Home
last modified time | relevance | path

Searched refs:WLAN_ACTION_WNM (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhs20.c126 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in hs20_send_wnm_notification()
168 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in hs20_send_wnm_notification_deauth_req()
213 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in hs20_send_wnm_notification_t_c()
H A Dwnm_ap.c169 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp()
405 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request()
857 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_disassoc_imminent()
924 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_ess_disassoc_imminent()
984 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_bss_tm_req()
1077 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_coloc_intf_req()
H A Ddrv_callbacks.c1682 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx()
H A Dieee802_11.c6057 case WLAN_ACTION_WNM: in handle_action()
6806 mgmt->u.action.category == WLAN_ACTION_WNM && in handle_action_cb()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c168 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_req()
1070 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_bss_transition_mgmt_resp()
1646 frame->u.action.category != WLAN_ACTION_WNM || in wnm_btm_resp_tx_status()
1690 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_bss_transition_mgmt_query()
2007 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_coloc_intf_report()
H A Dmbo.c293 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wpas_mbo_send_wnm_notification()
H A Devents.c5330 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in wpas_event_rx_mgmt_action()
5878 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wpas_event_unprot_beacon()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h635 #define WLAN_ACTION_WNM 10 macro