Searched refs:he_operation (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/mac80211/ |
D | mlme.c | 4067 (!elems->he_cap || !elems->he_operation)) { in ieee80211_assoc_config_link() 4085 if (elems->he_operation && !(link->u.mgd.conn_flags & IEEE80211_CONN_DISABLE_HE) && in ieee80211_assoc_config_link() 4129 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4132 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4135 !le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4142 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4145 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4152 ieee80211_he_op_ie_to_bss_conf(&sdata->vif, elems->he_operation); in ieee80211_assoc_config_link() 4688 he_oper = elems->he_operation; in ieee80211_prep_channel() 5701 elems->vht_operation, elems->he_operation, in ieee80211_rx_mgmt_beacon()
|
D | mesh.c | 107 ieee80211_chandef_he_6ghz_oper(sdata, ie->he_operation, NULL, in mesh_matches_local()
|
D | ieee80211_i.h | 1649 const struct ieee80211_he_operation *he_operation; member
|
D | util.c | 987 if (len >= sizeof(*elems->he_operation) && in ieee80211_parse_extension_element() 992 elems->he_operation = data; in ieee80211_parse_extension_element()
|