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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c307 int reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; local
335 reply_res = WLAN_STATUS_SUCCESS;
339 return reply_res;
350 int reply_res; local
352 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT,
360 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS ||
468 int reply_res; local
476 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1,
482 return reply_res;
491 int reply_res; local
2035 int res, reply_res; local
3813 u16 reply_res; local
3863 u16 resp = WLAN_STATUS_SUCCESS, reply_res; local
[all...]
H A Ddrv_callbacks.c49 u16 reply_res = WLAN_STATUS_SUCCESS; local
72 reply_res = hostapd_sta_assoc(hapd, sta->addr,
98 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) {

Completed in 87 milliseconds