Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dhe.c58 struct ieee80211_he_operation *he_operation = in ieee80211_he_op_ie_to_bss_conf() local
59 &vif->bss_conf.he_operation; in ieee80211_he_op_ie_to_bss_conf()
62 memset(he_operation, 0, sizeof(*he_operation)); in ieee80211_he_op_ie_to_bss_conf()
66 vif->bss_conf.he_operation = *he_op_ie_elem; in ieee80211_he_op_ie_to_bss_conf()
Dmlme.c3344 (!elems.he_cap || !elems.he_operation)) { in ieee80211_assoc_success()
3361 if (elems.he_operation && !(ifmgd->flags & IEEE80211_STA_DISABLE_HE) && in ieee80211_assoc_success()
3377 le32_get_bits(elems.he_operation->he_oper_params, in ieee80211_assoc_success()
3381 le32_get_bits(elems.he_operation->he_oper_params, in ieee80211_assoc_success()
3384 le32_get_bits(elems.he_operation->he_oper_params, in ieee80211_assoc_success()
3399 ieee80211_he_op_ie_to_bss_conf(&sdata->vif, elems.he_operation); in ieee80211_assoc_success()
4035 elems.vht_operation, elems.he_operation, in ieee80211_rx_mgmt_beacon()
Dieee80211_i.h1482 const struct ieee80211_he_operation *he_operation; member
Dutil.c1233 elen >= sizeof(*elems->he_operation) && in _ieee802_11_parse_elems_crc()
1235 elems->he_operation = (void *)&pos[1]; in _ieee802_11_parse_elems_crc()
/Linux-v5.4/include/net/
Dmac80211.h668 struct ieee80211_he_operation he_operation; member