Searched refs:ielen (Results 1 - 4 of 4) sorted by relevance

/net/wireless/
H A Dscan.c852 cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, argument
859 tmp = cfg80211_find_ie(WLAN_EID_DS_PARAMS, ie, ielen);
863 tmp = cfg80211_find_ie(WLAN_EID_HT_OPERATION, ie, ielen);
890 u16 beacon_interval, const u8 *ie, size_t ielen,
905 channel = cfg80211_get_bss_channel(wiphy, ie, ielen, rx_channel);
923 ies = kzalloc(sizeof(*ies) + ielen, gfp);
926 ies->len = ielen;
929 memcpy(ies->data, ie, ielen);
971 size_t ielen = len - offsetof(struct ieee80211_mgmt, local
994 ielen, rx_channe
885 cfg80211_inform_bss_width(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum nl80211_bss_scan_width scan_width, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) argument
[all...]
/net/mac80211/
H A Dscan.c240 int i, ielen, n_chans; local
276 ielen = ieee80211_build_preq_ies(local,
282 local->hw_scan_req->req.ie_len = ielen;
H A Dutil.c2059 * @ielen: the length of the IE buffer
2077 * buffer starts, which may be @ielen if the entire (remainder)
2080 size_t ieee80211_ie_split(const u8 *ies, size_t ielen, argument
2085 while (pos < ielen && ieee80211_id_in_list(ids, n_ids, ies[pos]))
2091 size_t ieee80211_ie_split_vendor(const u8 *ies, size_t ielen, size_t offset) argument
2095 while (pos < ielen && ies[pos] != WLAN_EID_VENDOR_SPECIFIC)
H A Dieee80211_i.h1835 size_t ieee80211_ie_split(const u8 *ies, size_t ielen,
1837 size_t ieee80211_ie_split_vendor(const u8 *ies, size_t ielen, size_t offset);

Completed in 855 milliseconds