Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dmac.c1352 const u8 *profile, u8 profile_len) in ath11k_mac_setup_nontx_vif_rsnie() argument
1354 if (cfg80211_find_ie(WLAN_EID_RSN, profile, profile_len)) { in ath11k_mac_setup_nontx_vif_rsnie()
1360 profile, profile_len); in ath11k_mac_setup_nontx_vif_rsnie()
1399 u8 profile_len; in ath11k_mac_set_nontx_vif_params() local
1401 profile_len = profile[1]; in ath11k_mac_set_nontx_vif_params()
1402 next_profile = profile + (2 + profile_len); in ath11k_mac_set_nontx_vif_params()
1403 mbssid_len -= (2 + profile_len); in ath11k_mac_set_nontx_vif_params()
1406 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params()
1408 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params()
1411 profile_len -= 5; in ath11k_mac_set_nontx_vif_params()
[all …]