Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
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()
Dwnm_ap.c139 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp()
357 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request()
633 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_disassoc_imminent()
699 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_ess_disassoc_imminent()
756 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_bss_tm_req()
828 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_coloc_intf_req()
Ddrv_callbacks.c1160 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx()
Dieee802_11.c4314 case WLAN_ACTION_WNM: in handle_action()
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c159 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_req()
1026 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_bss_transition_mgmt_resp()
1595 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_bss_transition_mgmt_query()
1906 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_coloc_intf_report()
Dmbo.c246 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wpas_mbo_send_wnm_notification()
Devents.c3799 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in wpas_event_rx_mgmt_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h565 #define WLAN_ACTION_WNM 10 macro