Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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.c242 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in gas_tests()
H A Dgas_server.c461 if (action != WLAN_ACTION_PUBLIC || in gas_server_tx_status()
H A Dnan_de.c173 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in nan_de_alloc_sdf()
H A Dieee802_11_defs.h629 #define WLAN_ACTION_PUBLIC 4 macro
H A Ddpp.c56 wpabuf_put_u8(msg, WLAN_ACTION_PUBLIC); in dpp_alloc_msg()
/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.c34 WLAN_ACTION_PUBLIC) { in wpas_get_tx_interface()
H A Devents.c5337 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
5346 if ((mgmt->u.action.category == WLAN_ACTION_PUBLIC || in wpas_event_rx_mgmt_action()
5355 if (category == WLAN_ACTION_PUBLIC && plen >= 4 && in wpas_event_rx_mgmt_action()
5418 if (category == WLAN_ACTION_PUBLIC && plen >= 5 && in wpas_event_rx_mgmt_action()
5429 if (category == WLAN_ACTION_PUBLIC && plen >= 5 && in wpas_event_rx_mgmt_action()
H A Dap.c839 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC) in ap_public_action_rx()
H A Dsme.c3043 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in sme_send_2040_bss_coex()
H A Dwpa_supplicant.c9493 if (data_len > 0 && data[0] != WLAN_ACTION_PUBLIC) { in wpa_drv_send_action()
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c934 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hapd_drv_send_action()
943 len > 0 && data[0] == WLAN_ACTION_PUBLIC) { in hapd_drv_send_action()
H A Ddrv_callbacks.c1695 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in hostapd_action_rx()
1712 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC && plen >= 5 && in hostapd_action_rx()
1944 buf[24] != WLAN_ACTION_PUBLIC) in hostapd_mgmt_tx_cb()
H A Dieee802_11.c5975 return category != WLAN_ACTION_PUBLIC && in robust_action_frame()
6003 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in handle_action()
6070 case WLAN_ACTION_PUBLIC: in handle_action()
6110 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action()
6767 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
6782 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in handle_action_cb()
H A Dgas_serv.c1854 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC && in gas_serv_rx_public_action()
H A Dbeacon.c1994 head->u.action.category = WLAN_ACTION_PUBLIC; in hostapd_gen_fils_discovery()
H A Ddpp_hostapd.c3381 buf[0] = WLAN_ACTION_PUBLIC; in hostapd_dpp_relay_tx()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_build.c33 wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC); in p2p_buf_add_public_action_hdr()
H A Dp2p.c1987 if (category == WLAN_ACTION_PUBLIC) { in p2p_rx_action()