Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dinit.c571 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_init_vif_specific() local
579 if (is_ap) { in wl1271_init_vif_specific()
593 if (is_ap) { in wl1271_init_vif_specific()
642 if (is_ap) in wl1271_init_vif_specific()
Dmain.c1717 bool is_ap = wlvif->bss_type == BSS_TYPE_AP_BSS; in wl1271_configure_resume() local
1720 if ((!is_ap) && (!is_sta)) in wl1271_configure_resume()
1737 } else if (is_ap) { in wl1271_configure_resume()
2585 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl12xx_config_vif() local
2599 if (!is_ap) { in wl12xx_config_vif()
2637 if ((changed & IEEE80211_CONF_CHANGE_PS) && !is_ap) { in wl12xx_config_vif()
2947 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_key() local
2949 if (is_ap) { in wl1271_set_key()
3552 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_bss_beacon_info_changed() local
3562 if ((changed & BSS_CHANGED_AP_PROBE_RESP) && is_ap) { in wl1271_bss_beacon_info_changed()
[all …]
Dtx.c40 bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); in wl1271_set_default_wep_key() local
42 if (is_ap) in wl1271_set_default_wep_key()
/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn.h233 const u8 *addr, bool is_ap,
240 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
Diwl-agn-sta.c269 const u8 *addr, bool is_ap, struct ieee80211_sta *sta) in iwl_prep_station() argument
275 if (is_ap) in iwl_prep_station()
356 const u8 *addr, bool is_ap, in iwl_add_station_common() argument
365 sta_id = iwl_prep_station(priv, ctx, addr, is_ap, sta); in iwl_add_station_common()
Diwl-mac80211.c699 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in iwlagn_mac_sta_add() local
712 is_ap, sta, &sta_id); in iwlagn_mac_sta_add()
/linux-3.4.99/drivers/net/wireless/iwlegacy/
Dcommon.h2135 int il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap,
2141 u8 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap,
Dcommon.c1885 il_prep_station(struct il_priv *il, const u8 *addr, bool is_ap, in il_prep_station() argument
1893 if (is_ap) in il_prep_station()
1970 il_add_station_common(struct il_priv *il, const u8 *addr, bool is_ap, in il_add_station_common() argument
1980 sta_id = il_prep_station(il, addr, is_ap, sta); in il_add_station_common()
D3945-mac.c2991 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il3945_mac_sta_add() local
2998 ret = il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il3945_mac_sta_add()
D4965-mac.c5977 bool is_ap = vif->type == NL80211_IFTYPE_STATION; in il4965_mac_sta_add() local
5989 il_add_station_common(il, sta->addr, is_ap, sta, &sta_id); in il4965_mac_sta_add()