Searched refs:reply_res (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 307 int reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; in send_auth_reply() local 335 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply() 339 return reply_res; in send_auth_reply() 350 int reply_res; in handle_auth_ft_finish() local 352 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish() 360 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish() 468 int reply_res; in auth_sae_send_commit() local 476 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 482 return reply_res; in auth_sae_send_commit() 491 int reply_res; in auth_sae_send_confirm() local 2035 int res, reply_res; handle_auth() local 3813 u16 reply_res; fils_hlp_finish_assoc() local 3863 u16 resp = WLAN_STATUS_SUCCESS, reply_res; handle_assoc() local [all...] |
H A D | drv_callbacks.c | 49 u16 reply_res = WLAN_STATUS_SUCCESS; in hostapd_notify_assoc_fils_finish() local 72 reply_res = hostapd_sta_assoc(hapd, sta->addr, in hostapd_notify_assoc_fils_finish() 98 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 376 int reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; in send_auth_reply() local 435 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply() 439 return reply_res; in send_auth_reply() 450 int reply_res; in handle_auth_ft_finish() local 452 reply_res = send_auth_reply(hapd, NULL, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish() 460 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish() 634 int reply_res; in auth_sae_send_commit() local 658 reply_res = send_auth_reply(hapd, sta, sta->addr, bssid, in auth_sae_send_commit() 665 return reply_res; in auth_sae_send_commit() 674 int reply_res; in auth_sae_send_confirm() local 3578 int res, reply_res; handle_auth() local 5422 u16 reply_res; fils_hlp_finish_assoc() local 5473 u16 reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; handle_assoc() local [all...] |
H A D | drv_callbacks.c | 62 u16 reply_res = WLAN_STATUS_SUCCESS; in hostapd_notify_assoc_fils_finish() local 85 reply_res = hostapd_sta_assoc(hapd, sta->addr, in hostapd_notify_assoc_fils_finish() 111 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
|
Completed in 10 milliseconds