Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dparse.c780 size_t profile_len = 0; in ieee802_11_find_bssid_profile()
783 return profile_len; in ieee802_11_find_bssid_profile()
811 profile_len = cfg80211_merge_profile(start, len, in ieee802_11_find_bssid_profile()
820 profile_len);
833 return profile_len; in ieee80211_mle_get_sta_prof()
760 size_t profile_len = 0; ieee802_11_find_bssid_profile() local
/linux/net/wireless/
H A Dscan.c2521 u8 profile_len; in cfg80211_parse_mbssid_data()
2538 profile_len = cfg80211_merge_profile(tx_data->ie, in cfg80211_parse_mbssid_data()
2548 profile, profile_len); in cfg80211_parse_mbssid_data()
2577 profile_len, in cfg80211_parse_mbssid_data()
3017 ssize_t profile_len; in cfg80211_parse_ml_elem_sta_data()
3051 profile_len = (u8 *)mle->sta_prof[i] + mle->sta_prof_len[i] - in cfg80211_parse_ml_elem_sta_data()
3054 if (profile_len < 2) in cfg80211_parse_ml_elem_sta_data()
3059 profile_len -= 2; in cfg80211_parse_ml_elem_sta_data()
3126 profile, profile_len, in cfg80211_parse_ml_elem_sta_data()
2533 u8 profile_len; cfg80211_parse_mbssid_data() local
3029 ssize_t profile_len; cfg80211_parse_ml_elem_sta_data() local
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1350 const u8 *profile, u8 profile_len) in ath11k_mac_setup_nontx_vif_rsnie() argument
1352 if (cfg80211_find_ie(WLAN_EID_RSN, profile, profile_len)) { in ath11k_mac_setup_nontx_vif_rsnie()
1358 profile, profile_len); in ath11k_mac_setup_nontx_vif_rsnie()
1397 u8 profile_len; in ath11k_mac_set_nontx_vif_params() local
1399 profile_len = profile[1]; in ath11k_mac_set_nontx_vif_params()
1400 next_profile = profile + (2 + profile_len); in ath11k_mac_set_nontx_vif_params()
1401 mbssid_len -= (2 + profile_len); in ath11k_mac_set_nontx_vif_params()
1404 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params()
1406 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params()
1409 profile_len -= 5; in ath11k_mac_set_nontx_vif_params()
[all …]