Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dibss.c999 if (elems->vht_operation && elems->vht_cap_elem && in ieee80211_update_sta_info()
1009 elems->vht_operation, in ieee80211_update_sta_info()
H A Dparse.c524 elems->vht_operation = (void *)pos; in _ieee802_11_parse_elems_full()
H A Dmlme.c196 const struct ieee80211_vht_operation *vht_oper = elems->vht_operation; in ieee80211_determine_ap_chan()
1387 elems->vht_operation)) { in ieee80211_determine_chan_mode()
6008 (!elems->vht_cap_elem || !elems->vht_operation)))) { in ieee80211_assoc_config_link()
6065 if (!elems->vht_operation && bss_elems->vht_operation && in ieee80211_assoc_config_link()
6067 elems->vht_operation = bss_elems->vht_operation; in ieee80211_assoc_config_link()
6090 (!elems->vht_cap_elem || !elems->vht_operation)) { in ieee80211_assoc_config_link()
H A Dieee80211_i.h1825 const struct ieee80211_vht_operation *vht_operation; member