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

  /external/wpa_supplicant_8/src/ap/
sta_info.h 125 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ member in struct:sta_info
drv_callbacks.c 114 wpabuf_free(sta->hs20_ie);
116 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
119 sta->hs20_ie = NULL;
ieee802_11.c 1066 wpabuf_free(sta->hs20_ie);
1068 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
1071 sta->hs20_ie = NULL;
    [all...]
sta_info.c 237 wpabuf_free(sta->hs20_ie);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 3568 BWL_PRE_PACKED_STRUCT struct hs20_ie { struct
    [all...]

Completed in 261 milliseconds