Lines Matching defs:vif
234 void ath6kl_init_profile_info(struct ath6kl_vif *vif)
236 vif->ssid_len = 0;
237 memset(vif->ssid, 0, sizeof(vif->ssid));
239 vif->dot11_auth_mode = OPEN_AUTH;
240 vif->auth_mode = NONE_AUTH;
241 vif->prwise_crypto = NONE_CRYPT;
242 vif->prwise_crypto_len = 0;
243 vif->grp_crypto = NONE_CRYPT;
244 vif->grp_crypto_len = 0;
245 memset(vif->wep_key_list, 0, sizeof(vif->wep_key_list));
246 memset(vif->req_bssid, 0, sizeof(vif->req_bssid));
247 memset(vif->bssid, 0, sizeof(vif->bssid));
248 vif->bss_ch = 0;
404 void ath6kl_init_control_info(struct ath6kl_vif *vif)
406 ath6kl_init_profile_info(vif);
407 vif->def_txkey_index = 0;
408 memset(vif->wep_key_list, 0, sizeof(vif->wep_key_list));
409 vif->ch_hint = 0;
564 * vif[0] - AP/STA/IBSS
565 * vif[1] - "P2P dev"/"P2P GO"/"P2P Client"
566 * vif[2] - "P2P dev"/"P2P GO"/"P2P Client"
1133 "found vif max ie %d\n", ar->vif_max);
1888 struct ath6kl_vif *vif, *tmp_vif;
1902 list_for_each_entry_safe(vif, tmp_vif, &ar->vif_list, list) {
1903 list_del(&vif->list);
1905 ath6kl_cfg80211_vif_stop(vif, test_bit(WMI_READY, &ar->flag));
1908 ath6kl_cfg80211_vif_cleanup(vif);