Home
last modified time | relevance | path

Searched refs:WLAN_ACTION_PUBLIC (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dgas.c26 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in gas_build_req()
57 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in gas_build_resp()
Dcommon_module_tests.c241 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in gas_tests()
Dgas_server.c396 if (action != WLAN_ACTION_PUBLIC || in gas_server_tx_status()
Dieee802_11_defs.h559 #define WLAN_ACTION_PUBLIC 4 macro
Ddpp.c571 wpabuf_put_u8(msg, WLAN_ACTION_PUBLIC); in dpp_alloc_msg()
/external/wpa_supplicant_8/wpa_supplicant/
Doffchannel.c34 WLAN_ACTION_PUBLIC) { in wpas_get_tx_interface()
Devents.c3806 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
3815 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
3824 if (category == WLAN_ACTION_PUBLIC && plen >= 4 && in wpas_event_rx_mgmt_action()
3879 if (category == WLAN_ACTION_PUBLIC && plen >= 5 && in wpas_event_rx_mgmt_action()
Dap.c588 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx()
Dsme.c2030 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in sme_send_2040_bss_coex()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c737 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hostapd_drv_send_action()
748 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hostapd_drv_send_action()
Dieee802_11.c4227 return category != WLAN_ACTION_PUBLIC && in robust_action_frame()
4256 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action()
4327 case WLAN_ACTION_PUBLIC: in handle_action()
4840 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
4855 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
Ddrv_callbacks.c1313 buf[24] != WLAN_ACTION_PUBLIC) in hostapd_mgmt_tx_cb()
Dgas_serv.c1848 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action()
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c32 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in p2p_buf_add_public_action_hdr()
Dp2p.c1967 if (category == WLAN_ACTION_PUBLIC) { in p2p_rx_action()