Searched refs:bss_conf (Results 101 - 125 of 151) sorted by relevance

1234567

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1493 struct ieee80211_bss_conf *bss_conf = &mvmsta->vif->bss_conf; local
1497 rs_fw_get_max_amsdu_len(sta, bss_conf, &sta->deflink);
1510 if (bss_conf->he_support &&
1987 chanctx_conf = rcu_dereference(vif->bss_conf.chanctx_conf);
3025 &mvmsta->vif->bss_conf, &sta->deflink,
H A Dd3.c571 ieee80211_get_tkip_rx_p1k(key, vif->bss_conf.bssid,
574 ieee80211_get_tkip_rx_p1k(key, vif->bss_conf.bssid,
739 ctx = rcu_dereference(vif->bss_conf.chanctx_conf);
2284 if (!status || !vif->bss_conf.bssid)
2338 ieee80211_gtk_rekey_notify(vif, vif->bss_conf.bssid,
H A Dutils.c923 vif->bss_conf.bssid, ETH_ALEN);
H A Dmvm.h2432 struct ieee80211_bss_conf *bss_conf);
2435 struct ieee80211_bss_conf *bss_conf);
H A Dtx.c912 band = mvmsta->vif->bss_conf.chanreq.oper.chan->band;
2152 rcu_dereference(mvmsta->vif->bss_conf.chanctx_conf);
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.c2290 il3945_add_bssid_station(il, vif->bss_conf.bssid,
2305 vif->bss_conf.bssid);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c509 brcms_c_start_ap(wl->wlc, vif->addr, vif->bss_conf.bssid,
955 wl->wlc->vif->bss_conf.dtim_period);
/linux-master/net/mac80211/
H A Ddriver-ops.h174 &sdata->vif.bss_conf, changed);
1229 trace_drv_join_ibss(local, sdata, &sdata->vif.bss_conf);
H A Dchan.c348 rcu_access_pointer(sdata->vif.bss_conf.chanctx_conf) == &ctx->conf)
957 rcu_access_pointer(sdata->vif.bss_conf.chanctx_conf) == &chanctx->conf)
H A Dagg-tx.c619 sta->sdata->vif.bss_conf.chanreq.oper.chan->band != NL80211_BAND_6GHZ)
H A Drx.c3383 struct ieee80211_bss_conf *bss_conf = rx->link->conf; local
3394 if (color == bss_conf->he_bss_color.color)
3397 bss_conf->link_id);
3461 if (!sdata->vif.bss_conf.twt_responder)
H A Dscan.c210 link_conf = &scan_sdata->vif.bss_conf;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac.c4139 msleep(vif->bss_conf.beacon_int + 1);
4269 u16 bcn_int = vif->bss_conf.beacon_int ? vif->bss_conf.beacon_int : BCN_INTERVAL;
4300 vif->bss_conf.dtim_period);
4359 bss_color = vif->bss_conf.he_bss_color.color;
4640 if (!vif->bss_conf.he_support || vif->type != NL80211_IFTYPE_STATION)
4643 if (!(vif->bss_conf.chanreq.oper.chan->flags & IEEE80211_CHAN_RADAR))
4646 cfg80211_bss_iter(hw->wiphy, &vif->bss_conf.chanreq.oper,
H A Dregd.c772 switch (vif->bss_conf.power_type) {
H A Dchan.c559 noa_desc = &vif->bss_conf.p2p_noa_attr.desc[i];
621 role->beacon_interval = vif->bss_conf.beacon_int;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1625 if (vif->bss_conf.csa_active && ieee80211_beacon_cntdwn_is_complete(vif, 0))
1647 if (!vif->bss_conf.csa_active)
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c677 interval = vif->bss_conf.beacon_int;
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dps.c639 MSECS(sleep_intv * mac->vif->bss_conf.beacon_int - 40));
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h1493 struct ieee80211_bss_conf *bss_conf,
/linux-master/drivers/staging/vt6656/
H A Dmain_usb.c946 vnt_update_next_tbtt(priv, tsf, vif->bss_conf.beacon_int);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c330 slot_time = vif->bss_conf.use_short_slot ? 9 : 20;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1018 struct ieee80211_bss_conf *bss_conf; local
1044 bss_conf = &arvif->vif->bss_conf;
1046 if (bss_conf->nontransmitted) {
1048 bss_conf->transmitter_bssid);
1049 cmd->nontx_profile_idx = bss_conf->bssid_index;
1050 cmd->nontx_profile_cnt = bss_conf->bssid_indicator;
1785 if (vif->bss_conf.csa_active) {
8273 if (arvif->is_up && arvif->vif->bss_conf.csa_active)
/linux-master/include/net/
H A Dmac80211.h1919 * @bss_conf: BSS configuration for this interface, either our own
1971 struct ieee80211_bss_conf bss_conf; member in struct:ieee80211_vif
3989 * For non-MLO the callback will be called once for the default bss_conf
4252 * information in bss_conf is set and beacon can be retrieved. A channel
4293 * information in bss_conf is set up and the beacon can be retrieved. A
4383 * The @old array contains pointers to the old bss_conf structures
6865 * @bss_conf: the current BSS configuration
6882 struct ieee80211_bss_conf *bss_conf; member in struct:ieee80211_tx_rate_control
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c1101 bss_conf);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c317 (vif && vif->bss_conf.use_cts_prot))

Completed in 482 milliseconds

1234567