Home
last modified time | relevance | path

Searched refs:DPP_OUI_TYPE (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/wpa/src/common/
H A Ddpp_tcp.c970 pos[3] != DPP_OUI_TYPE) { in dpp_controller_rx_action()
1140 pos[5] != DPP_OUI_TYPE || pos[6] != 0x01) in dpp_controller_rx_gas_req()
1340 pos[5] != DPP_OUI_TYPE || pos[6] != 0x01) in dpp_rx_gas_resp()
H A Dieee802_11_defs.h2403 #define DPP_OUI_TYPE 0x1A macro
H A Ddpp.c59 wpabuf_put_u8(msg, DPP_OUI_TYPE); in dpp_alloc_msg()
771 wpabuf_put_u8(buf, DPP_OUI_TYPE); in dpp_write_adv_proto()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dgas_serv.c33 wpabuf_put_u8(buf, DPP_OUI_TYPE); in gas_serv_write_dpp_adv_proto()
1638 pos[5] == DPP_OUI_TYPE && pos[6] == 0x01) { in gas_serv_rx_gas_initial_req()
H A Ddrv_callbacks.c1360 DPP_OUI_TYPE) { in hostapd_action_rx()
H A Ddpp_hostapd.c1905 if (WPA_GET_BE24(buf) != OUI_WFA || buf[3] != DPP_OUI_TYPE) in hostapd_dpp_rx_action()
H A Dieee802_11.c6081 DPP_OUI_TYPE) { in handle_action()
6634 DPP_OUI_TYPE) { in handle_action_cb()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c2851 if (WPA_GET_BE24(buf) != OUI_WFA || buf[3] != DPP_OUI_TYPE) in wpas_dpp_rx_action()
3411 adv_proto_id[5] = DPP_OUI_TYPE; in wpas_dpp_init()
H A Devents.c4465 payload[4] == DPP_OUI_TYPE) { in wpas_event_rx_mgmt_action()