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

/drivers/net/wireless/ti/wlcore/
H A Dinit.c564 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
569 if (wl->ap_count == 0 && is_ap) { /* first AP */
581 } else if (wl->sta_count == 0 && wl->ap_count == 0 && !is_ap) {
595 if (is_ap) {
644 if (is_ap)
H A Dmain.c1727 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; local
1730 if ((!is_ap) && (!is_sta))
1757 } else if (is_ap) {
2604 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
2691 if (is_ap)
2704 if (wl->ap_count == 0 && is_ap) {
2710 if (wl->ap_count == 0 && is_ap && wl->sta_count) {
3294 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
3296 if (is_ap) {
3965 bool is_ap)
3963 wlcore_set_beacon_template(struct wl1271 *wl, struct ieee80211_vif *vif, bool is_ap) argument
4055 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
4506 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
4888 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; local
[all...]
H A Dtx.c47 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); local
49 if (is_ap)
/drivers/net/wireless/iwlwifi/dvm/
H A Dagn.h324 const u8 *addr, bool is_ap,
331 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
H A Dsta.c286 const u8 *addr, bool is_ap, struct ieee80211_sta *sta)
292 if (is_ap)
373 const u8 *addr, bool is_ap,
382 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta);
285 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta) argument
372 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.c795 bool is_ap = vif->type == NL80211_IFTYPE_STATION; local
808 is_ap, sta, &sta_id);
/drivers/net/wireless/iwlegacy/
H A Dcommon.c1938 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, argument
1946 if (is_ap)
2023 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, argument
2033 sta_id = il_prep_station(il, addr, is_ap, sta);
H A Dcommon.h2139 int il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap,
2145 u8 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap,
H A D3945-mac.c3009 bool is_ap = vif->type == NL80211_IFTYPE_STATION; local
3016 ret = il_add_station_common(il, sta->addr, is_ap, sta, &sta_id);
H A D4965-mac.c6035 bool is_ap = vif->type == NL80211_IFTYPE_STATION; local
6047 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id);

Completed in 352 milliseconds