Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dibss.c983 if (sta && elems->ht_operation && elems->ht_cap_elem && in ieee80211_update_sta_info()
991 ieee80211_chandef_ht_oper(elems->ht_operation, &chandef); in ieee80211_update_sta_info()
1010 elems->ht_operation, in ieee80211_update_sta_info()
H A Dmlme.c195 const struct ieee80211_ht_operation *ht_oper = elems->ht_operation; in ieee80211_determine_ap_chan()
1378 elems->ht_operation)) { in ieee80211_determine_chan_mode()
1665 if (elems->ht_operation) { in ieee80211_config_bw()
1666 ht_opmode = le16_to_cpu(elems->ht_operation->operation_mode); in ieee80211_config_bw()
6006 (!elems->ht_cap_elem || !elems->ht_operation)) || in ieee80211_assoc_config_link()
6050 if (!elems->ht_operation && bss_elems->ht_operation && in ieee80211_assoc_config_link()
6052 elems->ht_operation = bss_elems->ht_operation; in ieee80211_assoc_config_link()
6082 (!elems->wmm_param || !elems->ht_cap_elem || !elems->ht_operation)) { in ieee80211_assoc_config_link()
H A Dparse.c506 elems->ht_operation = (void *)pos; in _ieee802_11_parse_elems_full()
H A Dieee80211_i.h1823 const struct ieee80211_ht_operation *ht_operation; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c970 elems->ht_operation = pos; in rtw_ieee802_11_parse_elems()