HomeSort by relevance Sort by last modified time
    Searched refs:adv_id (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 132 p2p_buf_add_advertisement_id(buf, prov->adv_id, prov->adv_mac);
231 u32 adv_id,
272 if (p2p->p2ps_prov && p2p->p2ps_prov->adv_id == adv_id) {
339 p2p_buf_add_advertisement_id(buf, adv_id, prov->adv_mac);
350 } else if (status != P2P_SC_SUCCESS || adv_id) {
356 p2p_buf_add_advertisement_id(buf, adv_id,
377 static int p2ps_setup_p2ps_prov(struct p2p_data *p2p, u32 adv_id,
392 tmp->adv_id = adv_id;
411 u32 adv_id = 0; local
798 u32 adv_id = 0; local
    [all...]
p2p.h 164 * adv_id - P2PS Advertisement ID
166 u32 adv_id; member in struct:p2ps_provision
820 * @adv_id: If non-zero, then the adv_id of the PD Request
832 u32 adv_id, const u8 *adv_mac,
1006 const u8 *grp_mac, u32 adv_id, u32 ses_id,
    [all...]
p2p_build.c 438 u32 adv_id, u16 config_methods,
446 p2p_dbg(p2p, "Add service info for %s (adv_id=%u)", svc_name, adv_id);
448 info_len = sizeof(adv_id) + sizeof(config_methods) + sizeof(u8) +
485 * Split adv_id, config_methods, and svc_name_len between two
492 WPA_PUT_LE32(holder, adv_id);
506 wpabuf_put_le32(buf, adv_id);
509 remaining -= sizeof(adv_id) + sizeof(config_methods) +
p2p.c 3904 u32 adv_id = 0; local
    [all...]
p2p_i.h 625 const u8 *adv_id; member in struct:p2p_message
p2p_parse.c 319 msg->adv_id = data;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant_sd.c 819 u32 adv_id; local
837 adv_id = WPA_GET_LE32(pos);
874 MAC2STR(sa), srv_trans_id, adv_id,
881 MAC2STR(sa), srv_trans_id, adv_id,
1162 int wpas_p2p_service_p2ps_id_exists(struct wpa_supplicant *wpa_s, u32 adv_id)
1164 if (adv_id == 0)
1167 if (p2p_service_p2ps_id(wpa_s->global->p2p, adv_id))
1174 int wpas_p2p_service_del_asp(struct wpa_supplicant *wpa_s, u32 adv_id)
1178 ret = p2p_service_del_asp(wpa_s->global->p2p, adv_id);
1186 int auto_accept, u32 adv_id,
    [all...]
p2p_supplicant.h 92 u32 adv_id, const char *adv_str, u8 svc_state,
94 int wpas_p2p_service_del_asp(struct wpa_supplicant *wpa_s, u32 adv_id);
96 int wpas_p2p_service_p2ps_id_exists(struct wpa_supplicant *wpa_s, u32 adv_id);
p2p_supplicant.c     [all...]
ctrl_iface.c 5192 u32 auto_accept, adv_id, svc_state, config_methods; local
5351 u32 adv_id; local
    [all...]

Completed in 2367 milliseconds