Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
D11n.c345 if (bss_desc->bcn_ht_oper) { in mwifiex_cmd_append_11n_tlv()
346 u8 ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_cmd_append_11n_tlv()
381 if (bss_desc->bcn_ht_oper) { in mwifiex_cmd_append_11n_tlv()
394 (u8 *)bss_desc->bcn_ht_oper, in mwifiex_cmd_append_11n_tlv()
416 bss_desc->bcn_ht_oper->primary_chan; in mwifiex_cmd_append_11n_tlv()
421 bss_desc->bcn_ht_oper->ht_param & in mwifiex_cmd_append_11n_tlv()
425 (bss_desc->bcn_ht_oper->ht_param & in mwifiex_cmd_append_11n_tlv()
Dscan.c1395 bss_entry->bcn_ht_oper = in mwifiex_update_bss_desc_with_ie()
2937 if (curr_bss->bcn_ht_oper) in mwifiex_save_curr_bcn()
2938 curr_bss->bcn_ht_oper = (struct ieee80211_ht_operation *) in mwifiex_save_curr_bcn()
Dtdls.c220 ISALLOWED_CHANWIDTH40(bss_desc->bcn_ht_oper->ht_param)) in mwifiex_tdls_add_ht_oper()
221 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper()
Dmain.h421 struct ieee80211_ht_operation *bcn_ht_oper; member