Home
last modified time | relevance | path

Searched refs:profile_len (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Dparse.c841 size_t profile_len; in ieee802_11_find_bssid_profile() local
860 profile_len = cfg80211_merge_profile(start, len, in ieee802_11_find_bssid_profile()
869 profile_len); in ieee802_11_find_bssid_profile()
882 return profile_len; in ieee802_11_find_bssid_profile()
/linux/net/wireless/
H A Dscan.c2558 u8 profile_len; in cfg80211_parse_mbssid_data() local
2575 profile_len = cfg80211_merge_profile(tx_data->ie, in cfg80211_parse_mbssid_data()
2585 profile, profile_len); in cfg80211_parse_mbssid_data()
2614 profile_len, in cfg80211_parse_mbssid_data()
3055 ssize_t profile_len; in cfg80211_parse_ml_elem_sta_data() local
3089 profile_len = (u8 *)mle->sta_prof[i] + mle->sta_prof_len[i] - in cfg80211_parse_ml_elem_sta_data()
3092 if (profile_len < 2) in cfg80211_parse_ml_elem_sta_data()
3097 profile_len -= 2; in cfg80211_parse_ml_elem_sta_data()
3164 profile, profile_len, in cfg80211_parse_ml_elem_sta_data()