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

Lines Matching refs:vif

50 	meshhdrlen = (sdata->vif.type == NL80211_IFTYPE_MESH_POINT) ? 5 : 0;
78 memcpy(sdata->vif.addr, sa->sa_data, ETH_ALEN);
128 if (sdata->vif.type == NL80211_IFTYPE_ADHOC &&
129 nsdata->vif.type == NL80211_IFTYPE_ADHOC)
142 if (!identical_mac_addr_allowed(sdata->vif.type,
143 nsdata->vif.type))
149 if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN &&
150 nsdata->vif.type == NL80211_IFTYPE_AP)
155 switch (sdata->vif.type) {
169 if (!ieee80211_vif_is_mesh(&sdata->vif))
223 switch (sdata->vif.type) {
256 res = drv_add_interface(local, &sdata->vif);
260 if (ieee80211_vif_is_mesh(&sdata->vif)) {
265 } else if (sdata->vif.type == NL80211_IFTYPE_AP) {
274 if (sdata->vif.type == NL80211_IFTYPE_STATION)
280 if (sdata->vif.type == NL80211_IFTYPE_WDS) {
329 drv_remove_interface(local, &sdata->vif);
335 if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
365 * assumptions about always getting a vif pointer that is valid
367 * the driver will have removed the vif info already!)
390 if (sdata->vif.type == NL80211_IFTYPE_AP)
405 if (sdata->vif.type == NL80211_IFTYPE_AP) {
423 switch (sdata->vif.type) {
471 if (sdata->vif.type == NL80211_IFTYPE_ADHOC)
475 if (ieee80211_vif_is_mesh(&sdata->vif)) {
504 if (sdata->vif.type == NL80211_IFTYPE_AP ||
505 sdata->vif.type == NL80211_IFTYPE_MESH_POINT) {
512 drv_remove_interface(local, &sdata->vif);
537 if (info->control.vif == &sdata->vif) {
602 switch (sdata->vif.type) {
616 if (ieee80211_vif_is_mesh(&sdata->vif))
735 ieee80211_start_tx_ba_cb(&sdata->vif, ra_tid->ra,
739 ieee80211_stop_tx_ba_cb(&sdata->vif, ra_tid->ra,
797 } else switch (sdata->vif.type) {
805 if (!ieee80211_vif_is_mesh(&sdata->vif))
818 switch (sdata->vif.type) {
826 if (!ieee80211_vif_is_mesh(&sdata->vif))
846 sdata->vif.type = type;
868 if (ieee80211_vif_is_mesh(&sdata->vif))
894 if (type == sdata->vif.type)
916 sdata->vif.bss_conf.basic_rates =
954 if (sdata->vif.type != NL80211_IFTYPE_AP)
956 memcpy(dev->perm_addr, sdata->vif.addr, ETH_ALEN);
968 sdata->vif.addr, ETH_ALEN) == 0) {
1018 if (memcmp(tmp_addr, sdata->vif.addr,
1074 memcpy(sdata->vif.addr, ndev->dev_addr, ETH_ALEN);
1110 if (ieee80211_vif_is_mesh(&sdata->vif) &&
1209 if (sdata->vif.type == NL80211_IFTYPE_STATION &&
1213 if (sdata->vif.type == NL80211_IFTYPE_ADHOC &&