| /src/external/bsd/wpa/dist/src/common/ |
| privsep_commands.h | 48 int auth_alg; member in struct:privsep_cmd_authenticate 70 int auth_alg; member in struct:privsep_cmd_associate
|
| ieee802_11_defs.h | 998 le16 auth_alg; member in struct:ieee80211_mgmt::__anon5955::__anon5956
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ieee802_11_eht.c | 950 u16 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); local 959 switch (auth_alg) { 995 auth_alg);
|
| sta_info.h | 162 u16 auth_alg; member in struct:sta_info
|
| wpa_auth_i.h | 25 u16 auth_alg; member in struct:wpa_state_machine
|
| ieee802_11.c | 408 u16 auth_alg, u16 auth_transaction, u16 resp, 442 reply->u.auth.auth_alg = host_to_le16(auth_alg); 458 " auth_alg=%d auth_transaction=%d resp=%d (IE len=%lu) (dbg=%s)", 459 MAC2STR(dst), auth_alg, auth_transaction, 464 auth_alg == WLAN_AUTH_SAE) { 966 sta->auth_alg = WLAN_AUTH_SAE; 1816 const u8 *pos, size_t len, u16 auth_alg, 1839 if (auth_alg == WLAN_AUTH_FILS_SK_PFS) { 2270 u16 auth_alg; local 2874 u16 auth_alg, auth_transaction, status_code; local 6367 u16 auth_alg, auth_transaction, status_code; local [all...] |
| /src/sys/dev/iscsi/ |
| iscsi_text.c | 195 iscsi_auth_types_t auth_alg; /* authentication algorithm */ member in struct:__anon3158 1390 state->auth_alg = rxp.val.nval[0];
|
| /src/external/bsd/tcpdump/dist/ |
| print-dhcp6.c | 295 uint8_t auth_alg; local 476 auth_alg = GET_U_1(tp); 477 switch (auth_alg) { 483 ND_PRINT(", alg: %u", auth_alg);
|
| print-802_11.c | 276 uint16_t auth_alg; member in struct:mgmt_body_t 1610 pbody.auth_alg = GET_LE_U_2(p); 1622 if ((pbody.auth_alg == 1) && 1626 (pbody.auth_alg < NUM_AUTH_ALGS) 1627 ? auth_alg_text[pbody.auth_alg] 1637 (pbody.auth_alg < NUM_AUTH_ALGS) 1638 ? auth_alg_text[pbody.auth_alg]
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211.h | 239 int auth_alg; member in struct:wpa_driver_nl80211_data
|
| driver_nl80211.c | 3864 drv->auth_alg = params->auth_alg; 4053 type = get_nl_auth_type(params->auth_alg); 4162 params.auth_alg = drv->auth_alg; 4309 u16 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); local 4311 if (auth_alg != WLAN_AUTH_SHARED_KEY || auth_trans != 3) 7051 if ((params->auth_alg & WPA_AUTH_ALG_FILS) && 7137 if (params->auth_alg & WPA_AUTH_ALG_OPEN [all...] |
| driver.h | 728 int auth_alg; member in struct:wpa_driver_auth_params 1099 * auth_alg - Allowed authentication algorithms 1102 int auth_alg; member in struct:wpa_driver_associate_params 4446 * @auth_alg: authentication algorithm used by the station 4452 int (*add_sta_node)(void *priv, const u8 *addr, u16 auth_alg);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| config_ssid.h | 309 * auth_alg - Bitfield of allowed authentication algorithms 313 int auth_alg; member in struct:wpa_ssid
|
| sme.c | 622 params.auth_alg = WPA_AUTH_ALG_OPEN; 627 params.auth_alg = WPA_AUTH_ALG_LEAP; 629 params.auth_alg |= WPA_AUTH_ALG_LEAP; 633 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", 634 params.auth_alg); 635 if (ssid->auth_alg) { 636 params.auth_alg = ssid->auth_alg; 637 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: " 638 "0x%x", params.auth_alg); 1128 int auth_alg; local [all...] |
| wpa_supplicant_i.h | 987 int auth_alg; member in struct:wpa_supplicant 1004 int auth_alg; member in struct:wpa_supplicant::__anon6182
|
| /src/sys/dev/pci/ |
| if_iwmreg.h | 5768 uint8_t auth_alg; member in struct:iwm_scan_offload_profile
|