Searched refs:is_ap (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dinit.c560 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
565 if (wl->ap_count == 0 && is_ap) { /* first AP */
576 } else if (wl->sta_count == 0 && wl->ap_count == 0 && !is_ap) {
590 if (is_ap) {
639 if (is_ap)
H A Dmain.c1679 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; local
1682 if ((!is_ap) && (!is_sta))
1686 (is_ap && !test_bit(WLVIF_FLAG_AP_STARTED, &wlvif->flags)))
1706 } else if (is_ap) {
2631 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
2733 if (is_ap)
2746 if (wl->ap_count == 0 && is_ap) {
2752 if (wl->ap_count == 0 && is_ap && wl->sta_count) {
3350 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
3352 if (is_ap) {
4033 wlcore_set_beacon_template(struct wl1271 *wl, struct ieee80211_vif *vif, bool is_ap) argument
4125 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
4587 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
5134 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; local
[all...]
H A Dtx.c34 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
36 if (is_ap)
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h260 const u8 *addr, bool is_ap,
267 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
H A Dsta.c238 const u8 *addr, bool is_ap, struct ieee80211_sta *sta)
244 if (is_ap)
325 const u8 *addr, bool is_ap,
334 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta);
237 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta) argument
324 iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta, u8 *sta_id_r) argument
H A Dmac80211.c780 bool is_ap = vif->type == NL80211_IFTYPE_STATION; local
793 is_ap, sta, &sta_id);
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c909 bool is_ap = iftype_data->types_mask & BIT(NL80211_IFTYPE_AP); local
964 if (!is_ap) {
994 if (!is_ap) {
1020 if (trans->trans_cfg->device_family >= IWL_DEVICE_FAMILY_AX210 && !is_ap)
1032 if (!is_ap)
1068 !is_ap) {
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1922 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, argument
1930 if (is_ap)
2007 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, argument
2017 sta_id = il_prep_station(il, addr, is_ap, sta);
H A Dcommon.h2116 int il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap,
2122 u8 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap,
H A D3945-mac.c2972 bool is_ap = vif->type == NL80211_IFTYPE_STATION; local
2979 ret = il_add_station_common(il, sta->addr, is_ap, sta, &sta_id);
H A D4965-mac.c6010 bool is_ap = vif->type == NL80211_IFTYPE_STATION; local
6022 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id);
/linux-master/net/mac80211/
H A Dutil.c4171 bool is_ap; local
4183 is_ap = sdata->vif.type == NL80211_IFTYPE_AP;
4187 is_ap);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3772 u8 is_ap; member in struct:__anon1256
3786 .is_ap = true,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4155 u8 is_ap; member in struct:__anon1411
4172 .is_ap = true,
/linux-master/net/wireless/
H A Dnl80211.c1850 bool is_ap; local
1852 is_ap = iftdata->types_mask & BIT(NL80211_IFTYPE_AP) ||
1858 is_ap);

Completed in 489 milliseconds