Searched refs:he_operation (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 3448 (!elems->he_cap || !elems->he_operation)) { in ieee80211_assoc_success() 3465 if (elems->he_operation && !(ifmgd->flags & IEEE80211_STA_DISABLE_HE) && in ieee80211_assoc_success() 3491 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_success() 3494 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_success() 3497 !le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_success() 3504 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_success() 3507 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_success() 3522 ieee80211_he_op_ie_to_bss_conf(&sdata->vif, elems->he_operation); in ieee80211_assoc_success() 4215 elems.vht_operation, elems.he_operation, in ieee80211_rx_mgmt_beacon()
|
H A D | util.c | 974 if (len >= sizeof(*elems->he_operation) && in ieee80211_parse_extension_element() 979 elems->he_operation = data; in ieee80211_parse_extension_element()
|
H A D | ieee80211_i.h | 1520 const struct ieee80211_he_operation *he_operation; member
|
H A D | mesh.c | 107 ieee80211_chandef_he_6ghz_oper(sdata, ie->he_operation, &sta_chan_def); in mesh_matches_local()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mlme.c | 4192 (!elems->he_cap || !elems->he_operation)) { in ieee80211_assoc_config_link() 4233 if (elems->he_operation && !(link->u.mgd.conn_flags & IEEE80211_CONN_DISABLE_HE) && in ieee80211_assoc_config_link() 4279 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4282 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4285 !le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4292 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4295 le32_get_bits(elems->he_operation->he_oper_params, in ieee80211_assoc_config_link() 4302 ieee80211_he_op_ie_to_bss_conf(&sdata->vif, elems->he_operation); in ieee80211_assoc_config_link() 4917 he_oper = elems->he_operation; in ieee80211_prep_channel() 6187 elems->vht_operation, elems->he_operation, in ieee80211_rx_mgmt_beacon() [all...] |
H A D | ieee80211_i.h | 1697 const struct ieee80211_he_operation *he_operation; member
|
H A D | mesh.c | 108 ieee80211_chandef_he_6ghz_oper(sdata, ie->he_operation, ie->eht_operation, in mesh_matches_local()
|
H A D | util.c | 943 if (len >= sizeof(*elems->he_operation) && in ieee80211_parse_extension_element() 945 elems->he_operation = data; in ieee80211_parse_extension_element()
|
Completed in 38 milliseconds