Searched refs:profile_len (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/net/wireless/ |
H A D | scan.c | 2278 u8 profile_len; in cfg80211_parse_mbssid_data() local 2295 profile_len = cfg80211_merge_profile(tx_data->ie, in cfg80211_parse_mbssid_data() 2305 profile, profile_len); in cfg80211_parse_mbssid_data() 2333 profile_len, in cfg80211_parse_mbssid_data() 2656 ssize_t profile_len; in cfg80211_parse_ml_elem_sta_data() local 2688 profile_len = (u8 *)mle->sta_prof[i] + mle->sta_prof_len[i] - in cfg80211_parse_ml_elem_sta_data() 2691 if (profile_len < 2) in cfg80211_parse_ml_elem_sta_data() 2696 profile_len -= 2; in cfg80211_parse_ml_elem_sta_data() 2717 profile, profile_len, in cfg80211_parse_ml_elem_sta_data()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 1399 size_t profile_len = 0; in ieee802_11_find_bssid_profile() local 1403 return profile_len; in ieee802_11_find_bssid_profile() 1431 profile_len = cfg80211_merge_profile(start, len, in ieee802_11_find_bssid_profile() 1440 profile_len); in ieee802_11_find_bssid_profile() 1459 return found ? profile_len : 0; in ieee802_11_find_bssid_profile()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | scan.c | 2164 u8 profile_len; in cfg80211_parse_mbssid_data() local 2181 profile_len = cfg80211_merge_profile(ie, ielen, in cfg80211_parse_mbssid_data() 2190 profile, profile_len); in cfg80211_parse_mbssid_data() 2215 profile_len, new_ie, in cfg80211_parse_mbssid_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1359 const u8 *profile, u8 profile_len) in ath11k_mac_setup_nontx_vif_rsnie() 1361 if (cfg80211_find_ie(WLAN_EID_RSN, profile, profile_len)) { in ath11k_mac_setup_nontx_vif_rsnie() 1367 profile, profile_len); in ath11k_mac_setup_nontx_vif_rsnie() 1406 u8 profile_len; in ath11k_mac_set_nontx_vif_params() local 1408 profile_len = profile[1]; in ath11k_mac_set_nontx_vif_params() 1409 next_profile = profile + (2 + profile_len); in ath11k_mac_set_nontx_vif_params() 1410 mbssid_len -= (2 + profile_len); in ath11k_mac_set_nontx_vif_params() 1413 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params() 1415 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params() 1418 profile_len in ath11k_mac_set_nontx_vif_params() 1357 ath11k_mac_setup_nontx_vif_rsnie(struct ath11k_vif *arvif, bool tx_arvif_rsnie_present, const u8 *profile, u8 profile_len) ath11k_mac_setup_nontx_vif_rsnie() argument [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | util.c | 1415 size_t profile_len = 0; in ieee802_11_find_bssid_profile() local 1419 return profile_len; in ieee802_11_find_bssid_profile() 1447 profile_len = cfg80211_merge_profile(start, len, in ieee802_11_find_bssid_profile() 1456 profile_len); in ieee802_11_find_bssid_profile() 1475 return found ? profile_len : 0; in ieee802_11_find_bssid_profile()
|
Completed in 41 milliseconds