Home
last modified time | relevance | path

Searched refs:WLAN_ACTION_PUBLIC (Results 1 – 13 of 13) 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.c239 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in gas_tests()
Dieee802_11_defs.h472 #define WLAN_ACTION_PUBLIC 4 macro
/external/wpa_supplicant_8/wpa_supplicant/
Doffchannel.c34 WLAN_ACTION_PUBLIC) { in wpas_get_tx_interface()
Dap.c489 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx()
Devents.c3495 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
3504 if (category == WLAN_ACTION_PUBLIC && plen >= 4 && in wpas_event_rx_mgmt_action()
Dsme.c1374 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in sme_send_2040_bss_coex()
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c32 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in p2p_buf_add_public_action_hdr()
Dp2p.c1942 if (category == WLAN_ACTION_PUBLIC) { in p2p_rx_action()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c687 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hostapd_drv_send_action()
Dieee802_11.c3041 return category != WLAN_ACTION_PUBLIC && in robust_action_frame()
3061 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action()
3131 case WLAN_ACTION_PUBLIC: in handle_action()
Ddrv_callbacks.c933 buf[24] != WLAN_ACTION_PUBLIC) in hostapd_mgmt_tx_cb()
Dgas_serv.c1523 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action()