Searched refs:adv_proto_id (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dgas_server.h23 const u8 *adv_proto_id, u8 adv_proto_id_len,
H A Dgas_server.c24 u8 adv_proto_id[MAX_ADV_PROTO_ID_LEN]; member in struct:gas_server_handler
134 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len);
216 os_memcmp(adv_proto + 1, handler->adv_proto_id,
273 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len);
462 const u8 *adv_proto_id, u8 adv_proto_id_len,
478 os_memcpy(handler->adv_proto_id, adv_proto_id, adv_proto_id_len);
461 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, const u8 *sa, const u8 *query, size_t query_len), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) argument
H A Dieee802_11_defs.h717 enum adv_proto_id { enum
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Ddpp_supplicant.c2253 u8 adv_proto_id[7]; local
2255 adv_proto_id[0] = WLAN_EID_VENDOR_SPECIFIC;
2256 adv_proto_id[1] = 5;
2257 WPA_PUT_BE24(&adv_proto_id[2], OUI_WFA);
2258 adv_proto_id[5] = DPP_OUI_TYPE;
2259 adv_proto_id[6] = 0x01;
2261 if (gas_server_register(wpa_s->gas_server, adv_proto_id,
2262 sizeof(adv_proto_id), wpas_dpp_gas_req_handler,

Completed in 133 milliseconds