Searched refs:he_operation (Results 1 – 5 of 5) sorted by relevance
58 struct ieee80211_he_operation *he_operation = in ieee80211_he_op_ie_to_bss_conf() local59 &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()
3344 (!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()
1482 const struct ieee80211_he_operation *he_operation; member
1233 elen >= sizeof(*elems->he_operation) && in _ieee802_11_parse_elems_crc()1235 elems->he_operation = (void *)&pos[1]; in _ieee802_11_parse_elems_crc()
668 struct ieee80211_he_operation he_operation; member