Home
last modified time | relevance | path

Searched refs:reply_res (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c285 int reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; in send_auth_reply() local
313 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply()
317 return reply_res; in send_auth_reply()
328 int reply_res; in handle_auth_ft_finish() local
330 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, in handle_auth_ft_finish()
337 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
412 int reply_res; in auth_sae_send_commit() local
418 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, in auth_sae_send_commit()
424 return reply_res; in auth_sae_send_commit()
433 int reply_res; in auth_sae_send_confirm() local
[all …]
Ddrv_callbacks.c47 u16 reply_res = WLAN_STATUS_SUCCESS; in hostapd_notify_assoc_fils_finish() local
70 reply_res = hostapd_sta_assoc(hapd, sta->addr, in hostapd_notify_assoc_fils_finish()
96 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()