Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_tcp.c1234 pos[3] != DPP_OUI_TYPE) { in dpp_controller_rx_action()
1422 pos[5] != DPP_OUI_TYPE || pos[6] != 0x01) in dpp_controller_rx_gas_req()
1691 pos[5] != DPP_OUI_TYPE || pos[6] != 0x01) in dpp_rx_gas_resp()
H A Dieee802_11_defs.h2900 #define DPP_OUI_TYPE 0x1A macro
H A Ddpp.c59 wpabuf_put_u8(msg, DPP_OUI_TYPE); in dpp_alloc_msg()
929 wpabuf_put_u8(buf, DPP_OUI_TYPE); in dpp_write_adv_proto()
/freebsd/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.c1701 DPP_OUI_TYPE) { in hostapd_action_rx()
H A Dieee802_11.c6085 DPP_OUI_TYPE) { in handle_action()
6773 DPP_OUI_TYPE) { in handle_action_cb()
H A Ddpp_hostapd.c2945 if (WPA_GET_BE24(buf) != OUI_WFA || buf[3] != DPP_OUI_TYPE) in hostapd_dpp_rx_action()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c4040 if (WPA_GET_BE24(buf) != OUI_WFA || buf[3] != DPP_OUI_TYPE) in wpas_dpp_rx_action()
4823 adv_proto_id[5] = DPP_OUI_TYPE; in wpas_dpp_init()
H A Devents.c5432 payload[4] == DPP_OUI_TYPE) { in wpas_event_rx_mgmt_action()