Home
last modified time | relevance | path

Searched refs:WLAN_STATUS_INVALID_IE (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/ap/
Ddrv_callbacks.c314 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
365 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
373 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
389 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
397 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
409 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
484 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
507 return WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
521 return WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
Dieee802_11.c1748 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
1756 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
1766 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
1772 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
4071 return WLAN_STATUS_INVALID_IE; in check_multi_ap()
4337 return WLAN_STATUS_INVALID_IE; in owe_validate_request()
4378 status = WLAN_STATUS_INVALID_IE; in owe_process_rsn_ie()
4612 return WLAN_STATUS_INVALID_IE; in check_assoc_ies()
4624 return WLAN_STATUS_INVALID_IE; in check_assoc_ies()
4776 return WLAN_STATUS_INVALID_IE; in check_assoc_ies()
[all …]
/hostap-3.6.0/src/common/
Dieee802_11_defs.h144 #define WLAN_STATUS_INVALID_IE 40 macro