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

  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 37 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING);
486 old_ie = wpa_bss_get_ie(old, ie);
1093 * wpa_bss_get_ie - Fetch a specified information element from a BSS entry
1101 const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie) function
    [all...]
bss.h 136 const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie);
sme.c 174 rrm_ie = wpa_bss_get_ie(bss, WLAN_EID_RRM_ENABLED_CAPABILITIES);
288 rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
317 wpa_bss_get_ie(bss, WLAN_EID_RSN)) &&
383 ie = wpa_bss_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN);
427 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
590 indic = wpa_bss_get_ie(bss, WLAN_EID_FILS_INDICATION);
    [all...]
wnm_sta.c 438 const u8 *elem = wpa_bss_get_ie(bss, WLAN_EID_COUNTRY);
744 ie_a = wpa_bss_get_ie(a, eid);
745 ie_b = wpa_bss_get_ie(b, eid);
830 ie = wpa_bss_get_ie(bss, WLAN_EID_HT_OPERATION);
841 ie = wpa_bss_get_ie(bss, WLAN_EID_VHT_OPERATION);
    [all...]
interworking.c 231 ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM);
1155 ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM);
1257 ie = wpa_bss_get_ie(bss, WLAN_EID_BSS_LOAD);
    [all...]
events.c 532 rsn_ie = wpa_bss_get_ie(bss, WLAN_EID_RSN);
777 rate_ie = wpa_bss_get_ie(bss, scan_ie[i]);
896 if (!owe || !wpa_bss_get_ie(bss, WLAN_EID_RSN))
932 if (!owe || wpa_bss_get_ie(open_bss, WLAN_EID_RSN)) {
981 ie = wpa_bss_get_ie(bss, WLAN_EID_RSN);
    [all...]
rrm.c 154 rrm_ie = wpa_bss_get_ie(wpa_s->current_bss,
595 elem = wpa_bss_get_ie(wpa_s->current_bss, WLAN_EID_COUNTRY);
    [all...]
hs20_supplicant.c 89 ext_capa = wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB);
wpas_glue.c 396 ie = wpa_bss_get_ie(curr, WLAN_EID_RSN);
    [all...]
wpa_supplicant.c     [all...]
ctrl_iface.c 1095 mdie = wpa_bss_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN);
    [all...]
wps_supplicant.c 214 ie = wpa_bss_get_ie(bss, WLAN_EID_RSN);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 422 rsn_ie = wpa_bss_get_ie(bss, WLAN_EID_RSN);
    [all...]
dbus_new_handlers.c     [all...]

Completed in 257 milliseconds