Searched refs:tdls_cap (Results 1 – 2 of 2) sorted by relevance
226 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper()255 if (sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()276 vht_cap = &sta_ptr->tdls_cap.vhtcap; in mwifiex_tdls_add_vht_oper()284 if (ap_vht_cap && sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()891 sta_ptr->tdls_cap.capab = cap; in mwifiex_process_tdls_action_frame()899 sta_ptr->tdls_cap.rates_len = pos[1]; in mwifiex_process_tdls_action_frame()901 sta_ptr->tdls_cap.rates[i] = pos[i + 2]; in mwifiex_process_tdls_action_frame()905 basic = sta_ptr->tdls_cap.rates_len; in mwifiex_process_tdls_action_frame()907 sta_ptr->tdls_cap.rates[basic + i] = pos[i + 2]; in mwifiex_process_tdls_action_frame()908 sta_ptr->tdls_cap.rates_len += pos[1]; in mwifiex_process_tdls_action_frame()[all …]
706 struct mwifiex_tdls_capab tdls_cap; member