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

  /external/wpa_supplicant_8/src/common/
common_module_tests.c 106 if (ieee802_11_vendor_ie_concat((const u8 *) "\x00\x01", 2, 0) != NULL)
109 "ieee802_11_vendor_ie_concat test failed");
113 buf = ieee802_11_vendor_ie_concat((const u8 *) "\xdd\x05\x11\x22\x33\x44\x01\xdd\x05\x11\x22\x33\x44\x02\x00\x01",
120 "ieee802_11_vendor_ie_concat test 2 failed");
127 "ieee802_11_vendor_ie_concat test 3 failed");
135 "ieee802_11_vendor_ie_concat test 3 failed");
ieee802_11_common.h 133 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len,
ieee802_11_common.c 538 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, function
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 535 msg->wps_attributes = ieee802_11_vendor_ie_concat(data, len,
543 msg->p2p_attributes = ieee802_11_vendor_ie_concat(data, len,
557 msg->wfd_subelems = ieee802_11_vendor_ie_concat(
p2p_group.c 614 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
621 m->wfd_ie = ieee802_11_vendor_ie_concat(ie, len, WFD_IE_VENDOR_TYPE);
p2p.c     [all...]
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 137 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len,
209 wps = ieee802_11_vendor_ie_concat(ie, ielen,
316 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len,
    [all...]
beacon.c 785 wps = ieee802_11_vendor_ie_concat(ie, ie_len, WPS_DEV_OUI_WFA);
798 p2p = ieee802_11_vendor_ie_concat(ie, ie_len, P2P_IE_VENDOR_TYPE);
    [all...]
wps_hostapd.c     [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]
events.c     [all...]
ctrl_iface.c     [all...]

Completed in 214 milliseconds