/external/wpa_supplicant_8/src/p2p/ |
p2p_sd.c | 89 static struct wpabuf * p2p_build_sd_query(u16 update_indic, 117 wpabuf_put_le16(buf, update_indic); /* Service Update Indicator */ 164 u16 update_indic, 196 wpabuf_put_le16(buf, update_indic); 211 u16 update_indic, 246 wpabuf_put_le16(buf, update_indic); 312 u16 update_indic; local 403 update_indic = WPA_GET_LE16(pos); 405 "P2P: Service Update Indicator: %u", update_indic); 409 update_indic, pos, end - pos) 477 u16 update_indic; local [all...] |
p2p.h | 563 * @update_indic: Service Update Indicator from the source of request 576 u16 update_indic, const u8 *tlvs, size_t tlvs_len); 582 * @update_indic: Service Update Indicator from the source of response 591 void (*sd_response)(void *ctx, const u8 *sa, u16 update_indic, [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.h | 101 u16 update_indic, const u8 *tlvs, 104 const u8 *sa, u16 update_indic,
|
notify.c | 449 u16 update_indic, const u8 *tlvs, 453 update_indic, tlvs, tlvs_len); 458 const u8 *sa, u16 update_indic, 461 wpas_dbus_signal_p2p_sd_response(wpa_s, sa, update_indic,
|
p2p_supplicant.h | 78 u16 update_indic, const u8 *tlvs, size_t tlvs_len); 79 void wpas_sd_response(void *ctx, const u8 *sa, u16 update_indic,
|
p2p_supplicant.c | [all...] |
events.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new.h | 195 u16 update_indic, const u8 *tlvs, 198 const u8 *sa, u16 update_indic, 402 const u8 *sa, u8 dialog_token, u16 update_indic, 409 const u8 *sa, u16 update_indic,
|
dbus_new.c | 1205 * @update_indic: service discovery request update indicator [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 3191 u16 update_indic; member in struct:wpa_event_data::p2p_sd_req 3198 u16 update_indic; member in struct:wpa_event_data::p2p_sd_resp [all...] |
driver_test.c | [all...] |