Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11ac.c205 if (bss_desc->bcn_vht_oper) { in mwifiex_cmd_append_11ac_tlv()
215 (u8 *)bss_desc->bcn_vht_oper, in mwifiex_cmd_append_11ac_tlv()
227 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv()
232 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv()
237 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv()
312 vht_oper = bss_desc->bcn_vht_oper; in mwifiex_is_bss_in_11ac_mode()
Dscan.c1435 bss_entry->bcn_vht_oper = in mwifiex_update_bss_desc_with_ie()
1439 (u16)((u8 *)bss_entry->bcn_vht_oper - in mwifiex_update_bss_desc_with_ie()
2968 if (curr_bss->bcn_vht_oper) in mwifiex_save_curr_bcn()
2969 curr_bss->bcn_vht_oper = (void *)(curr_bss->beacon_buf + in mwifiex_save_curr_bcn()
Dmain.h430 struct ieee80211_vht_operation *bcn_vht_oper; member