Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
D11ac.c193 if (bss_desc->bcn_vht_oper) { in mwifiex_cmd_append_11ac_tlv()
203 (u8 *)bss_desc->bcn_vht_oper, in mwifiex_cmd_append_11ac_tlv()
215 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv()
220 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv()
225 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv()
300 vht_oper = bss_desc->bcn_vht_oper; in mwifiex_is_bss_in_11ac_mode()
Dscan.c1412 bss_entry->bcn_vht_oper = in mwifiex_update_bss_desc_with_ie()
1416 (u16)((u8 *)bss_entry->bcn_vht_oper - in mwifiex_update_bss_desc_with_ie()
2941 if (curr_bss->bcn_vht_oper) in mwifiex_save_curr_bcn()
2942 curr_bss->bcn_vht_oper = (void *)(curr_bss->beacon_buf + in mwifiex_save_curr_bcn()
Dmain.h418 struct ieee80211_vht_operation *bcn_vht_oper; member