Searched refs:s1g_oper (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 153 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_determine_chantype() 177 if (!ieee80211_chandef_s1g_oper(s1g_oper, chandef)) { in ieee80211_determine_chantype() 364 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_config_bw() 411 s1g_oper, &chandef, true); in ieee80211_config_bw() 4216 elems.s1g_oper, bssid, &changed)) { in ieee80211_rx_mgmt_beacon() 4974 const struct ieee80211_s1g_oper_ie *s1g_oper = NULL; in ieee80211_prep_channel() local 5083 if (s1g_oper_ie && s1g_oper_ie[1] >= sizeof(*s1g_oper)) in ieee80211_prep_channel() 5084 s1g_oper = (void *)(s1g_oper_ie + 2); in ieee80211_prep_channel() 5094 s1g_oper, in ieee80211_prep_channel() 146 ieee80211_determine_chantype(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct ieee80211_channel *channel, u32 vht_cap_info, const struct ieee80211_ht_operation *ht_oper, const struct ieee80211_vht_operation *vht_oper, const struct ieee80211_he_operation *he_oper, const struct ieee80211_s1g_oper_ie *s1g_oper, struct cfg80211_chan_def *chandef, bool tracking) ieee80211_determine_chantype() argument 357 ieee80211_config_bw(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, const struct ieee80211_ht_cap *ht_cap, const struct ieee80211_vht_cap *vht_cap, const struct ieee80211_ht_operation *ht_oper, const struct ieee80211_vht_operation *vht_oper, const struct ieee80211_he_operation *he_oper, const struct ieee80211_s1g_oper_ie *s1g_oper, const u8 *bssid, u32 *changed) ieee80211_config_bw() argument
|
H A D | util.c | 1359 if (elen == sizeof(*elems->s1g_oper)) in _ieee802_11_parse_elems_crc() 1360 elems->s1g_oper = (void *)pos; in _ieee802_11_parse_elems_crc()
|
H A D | ieee80211_i.h | 1551 const struct ieee80211_s1g_oper_ie *s1g_oper; member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mlme.c | 230 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_determine_chantype() 259 if (!ieee80211_chandef_s1g_oper(s1g_oper, chandef)) { in ieee80211_determine_chantype() 489 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_config_bw() 543 s1g_oper, &chandef, true); in ieee80211_config_bw() 4828 const struct ieee80211_s1g_oper_ie *s1g_oper = NULL; in ieee80211_prep_channel() local 5008 s1g_oper = elems->s1g_oper; in ieee80211_prep_channel() 5009 if (!s1g_oper) in ieee80211_prep_channel() 5021 s1g_oper, in ieee80211_prep_channel() 6189 elems->s1g_oper, bssi in ieee80211_rx_mgmt_beacon() 220 ieee80211_determine_chantype(struct ieee80211_sub_if_data *sdata, struct ieee80211_link_data *link, ieee80211_conn_flags_t conn_flags, struct ieee80211_supported_band *sband, struct ieee80211_channel *channel, u32 vht_cap_info, const struct ieee80211_ht_operation *ht_oper, const struct ieee80211_vht_operation *vht_oper, const struct ieee80211_he_operation *he_oper, const struct ieee80211_eht_operation *eht_oper, const struct ieee80211_s1g_oper_ie *s1g_oper, struct cfg80211_chan_def *chandef, bool tracking) ieee80211_determine_chantype() argument 482 ieee80211_config_bw(struct ieee80211_link_data *link, const struct ieee80211_ht_cap *ht_cap, const struct ieee80211_vht_cap *vht_cap, const struct ieee80211_ht_operation *ht_oper, const struct ieee80211_vht_operation *vht_oper, const struct ieee80211_he_operation *he_oper, const struct ieee80211_eht_operation *eht_oper, const struct ieee80211_s1g_oper_ie *s1g_oper, const u8 *bssid, u64 *changed) ieee80211_config_bw() argument [all...] |
H A D | ieee80211_i.h | 1729 const struct ieee80211_s1g_oper_ie *s1g_oper; member
|
H A D | util.c | 1376 if (elen == sizeof(*elems->s1g_oper)) in _ieee802_11_parse_elems_full() 1377 elems->s1g_oper = (void *)pos; in _ieee802_11_parse_elems_full()
|
Completed in 33 milliseconds