Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
H A 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()
H A Dcommon_module_tests.c241 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in gas_tests()
H A Dgas_server.c396 if (action != WLAN_ACTION_PUBLIC || in gas_server_tx_status()
H A Dieee802_11_defs.h560 #define WLAN_ACTION_PUBLIC 4 macro
H A Ddpp.c712 wpabuf_put_u8(msg, WLAN_ACTION_PUBLIC); in dpp_alloc_msg()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Doffchannel.c34 WLAN_ACTION_PUBLIC) { in wpas_get_tx_interface()
H A Devents.c3807 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
3816 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
3825 if (category == WLAN_ACTION_PUBLIC && plen >= 4 && in wpas_event_rx_mgmt_action()
3880 if (category == WLAN_ACTION_PUBLIC && plen >= 5 && in wpas_event_rx_mgmt_action()
H A Dap.c593 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx()
H A Dsme.c2035 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in sme_send_2040_bss_coex()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_drv_ops.c754 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hostapd_drv_send_action()
765 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hostapd_drv_send_action()
H A Dieee802_11.c4392 return category != WLAN_ACTION_PUBLIC && in robust_action_frame()
4421 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action()
4492 case WLAN_ACTION_PUBLIC: in handle_action()
4999 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
5014 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
H A Ddpp_hostapd.c1648 buf[0] = WLAN_ACTION_PUBLIC; in hostapd_dpp_relay_tx()
H A Ddrv_callbacks.c1327 buf[24] != WLAN_ACTION_PUBLIC) in hostapd_mgmt_tx_cb()
H A Dgas_serv.c1849 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action()
/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p_build.c32 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in p2p_buf_add_public_action_hdr()
H A Dp2p.c1934 if (category == WLAN_ACTION_PUBLIC) { in p2p_rx_action()