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

  /external/wpa_supplicant_8/src/ap/
sta_info.h 184 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ member in struct:sta_info
drv_callbacks.c 168 wpabuf_free(sta->hs20_ie);
170 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
173 sta->hs20_ie = NULL;
    [all...]
ieee802_1x.c 694 if (sta->hs20_ie && wpabuf_len(sta->hs20_ie) > 0) {
698 pos = wpabuf_head_u8(sta->hs20_ie);
701 wpabuf_len(sta->hs20_ie) >= 3)
    [all...]
sta_info.c 320 wpabuf_free(sta->hs20_ie);
    [all...]
ieee802_11.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 3568 BWL_PRE_PACKED_STRUCT struct hs20_ie { struct
    [all...]

Completed in 192 milliseconds