Searched refs:WLAN_ACTION_WNM (Results 1 – 8 of 8) sorted by relevance
126 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()
151 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp()381 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request()832 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_disassoc_imminent()898 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_ess_disassoc_imminent()957 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_bss_tm_req()1029 mgmt->u.action.category = WLAN_ACTION_WNM; in wnm_send_coloc_intf_req()
1387 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx()
5302 case WLAN_ACTION_WNM: in handle_action()5916 mgmt->u.action.category == WLAN_ACTION_WNM && in handle_action_cb()
168 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_req()1050 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_bss_transition_mgmt_resp()1652 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_bss_transition_mgmt_query()1963 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wnm_send_coloc_intf_report()
293 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wpas_mbo_send_wnm_notification()
4889 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in wpas_event_rx_mgmt_action()5389 wpabuf_put_u8(buf, WLAN_ACTION_WNM); in wpas_event_unprot_beacon()
612 #define WLAN_ACTION_WNM 10 macro