Home
last modified time | relevance | path

Searched refs:sta_opmode (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dvht.c559 struct sta_opmode_info sta_opmode = {}; in __ieee80211_vht_handle_opmode() local
573 sta_opmode.rx_nss = nss; in __ieee80211_vht_handle_opmode()
575 sta_opmode.changed |= STA_OPMODE_N_SS_CHANGED; in __ieee80211_vht_handle_opmode()
602 sta_opmode.bw = ieee80211_sta_rx_bw_to_chan_width(sta); in __ieee80211_vht_handle_opmode()
604 sta_opmode.changed |= STA_OPMODE_MAX_BW_CHANGED; in __ieee80211_vht_handle_opmode()
607 if (sta_opmode.changed) in __ieee80211_vht_handle_opmode()
609 &sta_opmode, GFP_KERNEL); in __ieee80211_vht_handle_opmode()
H A Drx.c3255 struct sta_opmode_info sta_opmode = {}; in ieee80211_rx_h_action() local
3280 sta_opmode.smps_mode = in ieee80211_rx_h_action()
3282 sta_opmode.changed = STA_OPMODE_SMPS_MODE_CHANGED; in ieee80211_rx_h_action()
3290 &sta_opmode, in ieee80211_rx_h_action()
3298 struct sta_opmode_info sta_opmode = {}; in ieee80211_rx_h_action() local
3319 sta_opmode.bw = in ieee80211_rx_h_action()
3321 sta_opmode.changed = STA_OPMODE_MAX_BW_CHANGED; in ieee80211_rx_h_action()
3327 &sta_opmode, in ieee80211_rx_h_action()
/kernel/linux/linux-6.6/net/mac80211/
H A Dvht.c638 struct sta_opmode_info sta_opmode = {}; in __ieee80211_vht_handle_opmode() local
662 sta_opmode.rx_nss = nss; in __ieee80211_vht_handle_opmode()
664 sta_opmode.changed |= STA_OPMODE_N_SS_CHANGED; in __ieee80211_vht_handle_opmode()
696 sta_opmode.bw = ieee80211_sta_rx_bw_to_chan_width(link_sta); in __ieee80211_vht_handle_opmode()
698 sta_opmode.changed |= STA_OPMODE_MAX_BW_CHANGED; in __ieee80211_vht_handle_opmode()
701 if (sta_opmode.changed) in __ieee80211_vht_handle_opmode()
703 &sta_opmode, GFP_KERNEL); in __ieee80211_vht_handle_opmode()
H A Drx.c3498 struct sta_opmode_info sta_opmode = {}; in ieee80211_rx_h_action() local
3523 sta_opmode.smps_mode = in ieee80211_rx_h_action()
3525 sta_opmode.changed = STA_OPMODE_SMPS_MODE_CHANGED; in ieee80211_rx_h_action()
3533 &sta_opmode, in ieee80211_rx_h_action()
3541 struct sta_opmode_info sta_opmode = {}; in ieee80211_rx_h_action() local
3562 sta_opmode.bw = in ieee80211_rx_h_action()
3564 sta_opmode.changed = STA_OPMODE_MAX_BW_CHANGED; in ieee80211_rx_h_action()
3570 &sta_opmode, in ieee80211_rx_h_action()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h7350 * @sta_opmode: station's current opmode value
7357 struct sta_opmode_info *sta_opmode,
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c17230 struct sta_opmode_info *sta_opmode, in cfg80211_sta_opmode_change_notify()
17260 if ((sta_opmode->changed & STA_OPMODE_SMPS_MODE_CHANGED) && in cfg80211_sta_opmode_change_notify()
17261 nla_put_u8(msg, NL80211_ATTR_SMPS_MODE, sta_opmode->smps_mode)) in cfg80211_sta_opmode_change_notify()
17264 if ((sta_opmode->changed & STA_OPMODE_MAX_BW_CHANGED) && in cfg80211_sta_opmode_change_notify()
17265 nla_put_u32(msg, NL80211_ATTR_CHANNEL_WIDTH, sta_opmode->bw)) in cfg80211_sta_opmode_change_notify()
17268 if ((sta_opmode->changed & STA_OPMODE_N_SS_CHANGED) && in cfg80211_sta_opmode_change_notify()
17269 nla_put_u8(msg, NL80211_ATTR_NSS, sta_opmode->rx_nss)) in cfg80211_sta_opmode_change_notify()
17229 cfg80211_sta_opmode_change_notify(struct net_device *dev, const u8 *mac, struct sta_opmode_info *sta_opmode, gfp_t gfp) cfg80211_sta_opmode_change_notify() argument
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c19578 struct sta_opmode_info *sta_opmode, in cfg80211_sta_opmode_change_notify()
19608 if ((sta_opmode->changed & STA_OPMODE_SMPS_MODE_CHANGED) && in cfg80211_sta_opmode_change_notify()
19609 nla_put_u8(msg, NL80211_ATTR_SMPS_MODE, sta_opmode->smps_mode)) in cfg80211_sta_opmode_change_notify()
19612 if ((sta_opmode->changed & STA_OPMODE_MAX_BW_CHANGED) && in cfg80211_sta_opmode_change_notify()
19613 nla_put_u32(msg, NL80211_ATTR_CHANNEL_WIDTH, sta_opmode->bw)) in cfg80211_sta_opmode_change_notify()
19616 if ((sta_opmode->changed & STA_OPMODE_N_SS_CHANGED) && in cfg80211_sta_opmode_change_notify()
19617 nla_put_u8(msg, NL80211_ATTR_NSS, sta_opmode->rx_nss)) in cfg80211_sta_opmode_change_notify()
19577 cfg80211_sta_opmode_change_notify(struct net_device *dev, const u8 *mac, struct sta_opmode_info *sta_opmode, gfp_t gfp) cfg80211_sta_opmode_change_notify() argument
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h8422 * @sta_opmode: station's current opmode value
8429 struct sta_opmode_info *sta_opmode,

Completed in 87 milliseconds