Home
last modified time | relevance | path

Searched refs:WLAN_ACTION_PUBLIC (Results 1 – 17 of 17) 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.c242 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in gas_tests()
Dgas_server.c449 if (action != WLAN_ACTION_PUBLIC || in gas_server_tx_status()
Dieee802_11_defs.h588 #define WLAN_ACTION_PUBLIC 4 macro
Ddpp.c72 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.c4264 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
4273 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
4282 if (category == WLAN_ACTION_PUBLIC && plen >= 4 && in wpas_event_rx_mgmt_action()
4337 if (category == WLAN_ACTION_PUBLIC && plen >= 5 && in wpas_event_rx_mgmt_action()
Dap.c702 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx()
Dsme.c2341 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in sme_send_2040_bss_coex()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c772 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hostapd_drv_send_action()
783 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hostapd_drv_send_action()
Dieee802_11.c5834 return category != WLAN_ACTION_PUBLIC && in robust_action_frame()
5862 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action()
5929 case WLAN_ACTION_PUBLIC: in handle_action()
6491 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
6506 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
Dgas_serv.c1853 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action()
Dbeacon.c1301 head->u.action.category = WLAN_ACTION_PUBLIC; in hostapd_gen_fils_discovery()
Ddrv_callbacks.c1480 buf[24] != WLAN_ACTION_PUBLIC) in hostapd_mgmt_tx_cb()
Ddpp_hostapd.c2187 buf[0] = WLAN_ACTION_PUBLIC; in hostapd_dpp_relay_tx()
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c32 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in p2p_buf_add_public_action_hdr()
Dp2p.c1952 if (category == WLAN_ACTION_PUBLIC) { in p2p_rx_action()