HomeSort by relevance Sort by last modified time
    Searched defs:adv_proto_id (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
gas_server.c 24 u8 adv_proto_id[MAX_ADV_PROTO_ID_LEN]; member in struct:gas_server_handler
131 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len);
213 os_memcmp(adv_proto + 1, handler->adv_proto_id,
269 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len);
458 const u8 *adv_proto_id, u8 adv_proto_id_len,
474 os_memcpy(handler->adv_proto_id, adv_proto_id, adv_proto_id_len);
ieee802_11_defs.h 632 enum adv_proto_id { enum
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
dpp_supplicant.c 1981 u8 adv_proto_id[7]; local
    [all...]

Completed in 183 milliseconds