Searched refs:bss_params (Results 1 – 8 of 8) sorted by relevance
/linux/net/wireless/tests/ |
H A D | scan.c | 477 .bss_params = 0, in KUNIT_ARRAY_PARAM_DESC() 694 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 704 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 713 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP | 723 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 732 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP | 743 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP | 753 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 761 .bss_params = IEEE80211_RNR_TBTT_PARAMS_COLOC_AP, 770 .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() 1052 priv->bss_params.reset_beacon_loss = 1; in cw1200_bss_params_work() 1053 wsm_set_bss_params(priv, &priv->bss_params); in cw1200_bss_params_work() 1054 priv->bss_params.reset_beacon_loss = 0; in cw1200_bss_params_work() 1427 memset(&priv->bss_params, 0, sizeof(priv->bss_params)); in cw1200_do_unjoin() 1769 if (priv->bss_params.operational_rate_set & ~0xF) { in cw1200_set_btcoexinfo() 1773 priv->bss_params.operational_rate_set & ~0xF)); in cw1200_set_btcoexinfo() 1782 arg.internalTxRate = (__ffs(priv->bss_params.operational_rate_set & ~0xF)); in cw1200_set_btcoexinfo() 1783 arg.nonErpInternalTxRate = (__ffs(priv->bss_params.operational_rate_set & ~0xF)); in cw1200_set_btcoexinfo() 1912 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/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 208 struct wcn36xx_hal_config_bss_params *bss_params) in wcn36xx_smd_set_bss_nw_type() argument 211 bss_params->nw_type = WCN36XX_HAL_11A_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 213 bss_params->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 215 bss_params->nw_type = WCN36XX_HAL_11G_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 217 bss_params->nw_type = WCN36XX_HAL_11B_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 227 struct wcn36xx_hal_config_bss_params *bss_params) in wcn36xx_smd_set_bss_ht_params() argument 232 bss_params->ht = sta->deflink.ht_cap.ht_supported; in wcn36xx_smd_set_bss_ht_params() 233 bss_params->tx_channel_width_set = is_cap_supported(caps, in wcn36xx_smd_set_bss_ht_params() 235 bss_params->lsig_tx_op_protection_full_support = in wcn36xx_smd_set_bss_ht_params() 239 bss_params->ht_oper_mode = vif->bss_conf.ht_operation_mode; in wcn36xx_smd_set_bss_ht_params() [all …]
|
H A D | hal.h | 2035 struct wcn36xx_hal_config_bss_params bss_params; member 2188 struct wcn36xx_hal_config_bss_params_v1 bss_params; member 2296 struct wcn36xx_hal_config_bss_params bss_params; member
|
/linux/net/wireless/ |
H A D | scan.c | 547 u8 bss_params; in cfg80211_parse_ap_info() local 559 bss_params = tbtt_info->bss_params; in cfg80211_parse_ap_info() 576 bss_params = tbtt_info->bss_params; in cfg80211_parse_ap_info() 588 if (!cfg80211_parse_bss_param(bss_params, entry)) in cfg80211_parse_ap_info() 701 bss_params) || in cfg80211_parse_colocated_ap_iter() 704 bss_params))) in cfg80211_parse_colocated_ap_iter() 2743 non_tx = (tbtt_info_ge_11->bss_params & in cfg802121_mld_ap_rnr_iter() 2860 tbtt_info.bss_params = IEEE80211_RNR_TBTT_PARAMS_SAME_SSID; in cfg80211_gen_reporter_rnr() 2863 tbtt_info.bss_params |= IEEE80211_RNR_TBTT_PARAMS_MULTI_BSSID; in cfg80211_gen_reporter_rnr() 2864 tbtt_info.bss_params |= IEEE80211_RNR_TBTT_PARAMS_TRANSMITTED_BSSID; in cfg80211_gen_reporter_rnr()
|
/linux/include/linux/ |
H A D | ieee80211.h | 4924 u8 bss_params; member 4935 u8 bss_params; member
|