Searched refs:send_auth_reply (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | ieee802_11.c | 299 static int send_auth_reply(struct hostapd_data *hapd, in send_auth_reply() function 352 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish() 476 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 497 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 2, in auth_sae_send_confirm() 998 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1006 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1249 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1890 send_auth_reply(hapd, sta->addr, hapd->own_addr, auth_alg, 2, resp, in handle_auth_fils_finish() 2430 reply_res = send_auth_reply(hapd, mgmt->sa, mgmt->bssid, auth_alg, in handle_auth()
|