Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c484 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
533 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
541 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
557 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
565 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
577 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
642 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
665 return WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
679 return WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
H A Dieee802_11.c1781 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
1789 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
1799 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
1805 return WLAN_STATUS_INVALID_IE; in wpa_res_to_status_code()
3775 return WLAN_STATUS_INVALID_IE; in owe_validate_request()
3817 status = WLAN_STATUS_INVALID_IE; in owe_process_rsn_ie()
4078 return WLAN_STATUS_INVALID_IE; in __check_assoc_ies()
4090 return WLAN_STATUS_INVALID_IE; in __check_assoc_ies()
4275 return WLAN_STATUS_INVALID_IE; in __check_assoc_ies()
4289 return WLAN_STATUS_INVALID_IE; in __check_assoc_ies()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c2603 return WLAN_STATUS_INVALID_IE; in check_multi_ap_ie()
2610 return WLAN_STATUS_INVALID_IE; in check_multi_ap_ie()
2625 return WLAN_STATUS_INVALID_IE; in check_multi_ap_ie()
2630 return WLAN_STATUS_INVALID_IE; in check_multi_ap_ie()
2638 return WLAN_STATUS_INVALID_IE; in check_multi_ap_ie()
2660 return WLAN_STATUS_INVALID_IE; in check_multi_ap_ie()
H A Dieee802_11_defs.h156 #define WLAN_STATUS_INVALID_IE 40 macro