Home | History | Annotate | Download | only in p2p

Lines Matching refs:ies

436 	 * pointer can be %NULL). The WPS and P2P IEs to be added for Probe
492 * the IEs from probe_resp_ie need to be added to the end of the Probe
1212 * @ies: Pointer to IEs from the scan result
1213 * @ies_len: Length of the ies buffer
1221 * driver/firmware designs. The ies buffer need to include at least the P2P IE,
1222 * but it is recommended to include all IEs received from the device. The
1223 * caller does not need to check that the IEs contain a P2P IE before calling
1231 struct os_time *rx_time, int level, const u8 *ies,
1389 * @ie: IEs from the (Re)association Request frame
1428 * inserted into the P2P IEs in Beacon and Probe Response frames with rest of
1437 * @wps: WPS TLVs from Probe Request frame (concatenated WPS IEs)
1477 * @ies: Information elements from scan results
1478 * @ies_len: ies buffer length in octets
1486 int p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, char *end);
1499 * @ies: Information elements from scan results
1500 * @ies_len: ies buffer length in octets
1504 int p2p_parse_dev_addr(const u8 *ies, size_t ies_len, u8 *dev_addr);
1522 * @ies: Buffer for writing P2P IE
1525 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id);