Lines Matching defs:vif
1100 static void ar5523_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
1110 struct ieee80211_vif *vif)
1116 if (ar->vif) {
1121 switch (vif->type) {
1123 ar->vif = vif;
1132 struct ieee80211_vif *vif)
1137 ar->vif = NULL;
1164 sta = ieee80211_find_sta(ar->vif, bss_conf->bssid);
1201 sta = ieee80211_find_sta(ar->vif, bss_conf->bssid);
1244 struct ieee80211_vif *vif,
1265 static int ar5523_write_associd(struct ar5523 *ar, struct ieee80211_vif *vif)
1267 struct ieee80211_bss_conf *bss = &vif->bss_conf;
1272 associd.associd = cpu_to_be32(vif->cfg.aid);
1280 struct ieee80211_vif *vif,
1293 if (vif->cfg.assoc) {
1294 error = ar5523_create_connection(ar, vif, bss);
1306 error = ar5523_write_associd(ar, vif);
1689 ar->vif = NULL;