Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c363 int reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; in send_auth_reply() local
516 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply()
520 return reply_res; in send_auth_reply()
551 int reply_res; in handle_auth_ft_finish() local
553 reply_res = send_auth_reply(hapd, NULL, dst, WLAN_AUTH_FT, in handle_auth_ft_finish()
561 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
1070 int reply_res; in auth_sae_send_commit() local
1095 reply_res = send_auth_reply(hapd, sta, sta->addr, in auth_sae_send_commit()
1102 return reply_res; in auth_sae_send_commit()
1110 int reply_res; in auth_sae_send_confirm() local
[all …]
H A Ddrv_callbacks.c55 u16 reply_res = WLAN_STATUS_SUCCESS; in hostapd_notify_assoc_fils_finish() local
82 reply_res = hostapd_sta_assoc(hapd, sta->addr, in hostapd_notify_assoc_fils_finish()
110 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()