Searched refs:p2p_parse_ies (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c381 * p2p_parse_ies - Parse P2P message IEs (both WPS and P2P IE)
393 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) function
448 return p2p_parse_ies(data + 1, len - 1, msg);
H A Dp2p_i.h517 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg);
H A Dp2p.c508 if (p2p_parse_ies(ies, ies_len, &msg)) {
1495 if (p2p_parse_ies(ie, ie_len, &msg) < 0 || msg.p2p_attributes == NULL)
3371 if (p2p_parse_ies(ie, ie_len, &msg))
3394 if (p2p_parse_ies(ie, ie_len, &msg))
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c381 * p2p_parse_ies - Parse P2P message IEs (both WPS and P2P IE)
393 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) function
448 return p2p_parse_ies(data + 1, len - 1, msg);
H A Dp2p_i.h517 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg);
H A Dp2p.c508 if (p2p_parse_ies(ies, ies_len, &msg)) {
1495 if (p2p_parse_ies(ie, ie_len, &msg) < 0 || msg.p2p_attributes == NULL)
3371 if (p2p_parse_ies(ie, ie_len, &msg))
3394 if (p2p_parse_ies(ie, ie_len, &msg))
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c381 * p2p_parse_ies - Parse P2P message IEs (both WPS and P2P IE)
393 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) function
448 return p2p_parse_ies(data + 1, len - 1, msg);
H A Dp2p_i.h517 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg);
H A Dp2p.c508 if (p2p_parse_ies(ies, ies_len, &msg)) {
1495 if (p2p_parse_ies(ie, ie_len, &msg) < 0 || msg.p2p_attributes == NULL)
3371 if (p2p_parse_ies(ie, ie_len, &msg))
3394 if (p2p_parse_ies(ie, ie_len, &msg))

Completed in 67 milliseconds