Searched refs:bss_params (Results 1 – 7 of 7) sorted by relevance
| /linux/net/wireless/tests/ |
| H A D | scan.c | 595 .bss_params = 0, in KUNIT_ARRAY_PARAM_DESC() 812 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 822 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 831 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP | 841 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 850 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP | 861 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP | 871 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 879 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 888 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP,
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | sta.c | 391 priv->bss_params.aid) in cw1200_config() 1053 priv->bss_params.reset_beacon_loss = 1; in cw1200_bss_params_work() 1054 wsm_set_bss_params(priv, &priv->bss_params); in cw1200_bss_params_work() 1055 priv->bss_params.reset_beacon_loss = 0; in cw1200_bss_params_work() 1428 memset(&priv->bss_params, 0, sizeof(priv->bss_params)); in cw1200_do_unjoin() 1770 if (priv->bss_params.operational_rate_set & ~0xF) { in cw1200_set_btcoexinfo() 1774 priv->bss_params.operational_rate_set & ~0xF)); in cw1200_set_btcoexinfo() 1783 arg.internalTxRate = (__ffs(priv->bss_params.operational_rate_set & ~0xF)); in cw1200_set_btcoexinfo() 1784 arg.nonErpInternalTxRate = (__ffs(priv->bss_params.operational_rate_set & ~0xF)); in cw1200_set_btcoexinfo() 1913 priv->bss_params.operational_rate_set = in cw1200_bss_info_changed() [all …]
|
| H A D | debug.c | 175 priv->bss_params.beacon_lost_count); in cw1200_status_show() 177 priv->bss_params.aid); in cw1200_status_show() 179 priv->bss_params.operational_rate_set); in cw1200_status_show()
|
| H A D | cw1200.h | 147 struct wsm_set_bss_params bss_params; member
|
| /linux/net/wireless/ |
| H A D | scan.c | 575 u8 bss_params; in cfg80211_parse_ap_info() local 587 bss_params = tbtt_info->bss_params; in cfg80211_parse_ap_info() 604 bss_params = tbtt_info->bss_params; in cfg80211_parse_ap_info() 616 if (!cfg80211_parse_bss_param(bss_params, entry)) in cfg80211_parse_ap_info() 729 bss_params) || in cfg80211_parse_colocated_ap_iter() 732 bss_params))) in cfg80211_parse_colocated_ap_iter() 2822 non_tx = (tbtt_info_ge_11->bss_params & in cfg802121_mld_ap_rnr_iter() 2939 tbtt_info.bss_params = IEEE80211_RNR_TBTT_PARAMS_SAME_SSID; in cfg80211_gen_reporter_rnr() 2942 tbtt_info.bss_params |= IEEE80211_RNR_TBTT_PARAMS_MULTI_BSSID; in cfg80211_gen_reporter_rnr() 2943 tbtt_info.bss_params |= IEEE80211_RNR_TBTT_PARAMS_TRANSMITTED_BSSID; in cfg80211_gen_reporter_rnr()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | util.c | 321 struct nxpwifi_current_bss_params *bss_params = in nxpwifi_is_channel_setting_allowable() local 323 int channel = bss_params->bss_descriptor.channel; in nxpwifi_is_channel_setting_allowable() 325 nxpwifi_band_to_radio_type(bss_params->band); in nxpwifi_is_channel_setting_allowable()
|
| /linux/include/linux/ |
| H A D | ieee80211.h | 2861 u8 bss_params; member 2872 u8 bss_params; member
|