• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/

Lines Matching refs:vif

230 				 struct ieee80211_vif *vif,
235 struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv;
254 memcpy(&tsta.macaddr, vif->addr, ETH_ALEN);
282 struct ieee80211_vif *vif,
417 struct ieee80211_vif *vif,
428 sta = ieee80211_find_sta(vif, bss_conf->bssid);
444 struct ieee80211_vif *vif,
1269 struct ieee80211_vif *vif)
1272 struct ath9k_htc_vif *avp = (void *)vif->drv_priv;
1288 memcpy(&hvif.myaddr, vif->addr, ETH_ALEN);
1290 switch (vif->type) {
1299 "Interface type %d not yet supported\n", vif->type);
1305 "Attach a VIF of type: %d\n", vif->type);
1307 priv->ah->opmode = vif->type;
1322 ret = ath9k_htc_add_station(priv, vif, NULL);
1331 priv->vif = vif;
1340 struct ieee80211_vif *vif)
1344 struct ath9k_htc_vif *avp = (void *)vif->drv_priv;
1355 memcpy(&hvif.myaddr, vif->addr, ETH_ALEN);
1360 ath9k_htc_remove_station(priv, vif, NULL);
1361 priv->vif = NULL;
1485 struct ieee80211_vif *vif,
1493 ret = ath9k_htc_add_station(priv, vif, sta);
1503 struct ieee80211_vif *vif,
1511 ret = ath9k_htc_remove_station(priv, vif, sta);
1565 struct ieee80211_vif *vif,
1582 ret = ath9k_cmn_key_config(common, vif, sta, key);
1608 struct ieee80211_vif *vif,
1649 ath9k_htc_beacon_config(priv, vif);
1655 ath9k_htc_beacon_config(priv, vif);
1687 ath9k_htc_update_rate(priv, vif, bss_conf);
1730 struct ieee80211_vif *vif,
1745 ret = ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid);
1747 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1750 ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid);
1751 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1791 ath9k_htc_beacon_config(priv, priv->vif);