Searched refs:IEEE80211_IF_TYPE_AP (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_iface.c68 sdata->type = IEEE80211_IF_TYPE_AP;
167 case IEEE80211_IF_TYPE_AP:
226 case IEEE80211_IF_TYPE_AP: {
H A Dieee80211_ioctl.c140 sdata->type != IEEE80211_IF_TYPE_AP) {
292 if (sdata->type == IEEE80211_IF_TYPE_AP) {
553 case IEEE80211_IF_TYPE_AP:
692 if (sdata->type == IEEE80211_IF_TYPE_AP) {
722 if (sdata->type == IEEE80211_IF_TYPE_AP) {
813 } else if (sdata->type == IEEE80211_IF_TYPE_AP) {
1038 if (sdata->type != IEEE80211_IF_TYPE_AP)
1066 if (sdata->type != IEEE80211_IF_TYPE_AP)
1163 if (sdata->type == IEEE80211_IF_TYPE_AP) {
H A Ddebugfs_netdev.c257 case IEEE80211_IF_TYPE_AP:
350 case IEEE80211_IF_TYPE_AP:
H A Dieee80211.c992 sdata->type != IEEE80211_IF_TYPE_AP)
1543 if (likely(sdata->type == IEEE80211_IF_TYPE_AP ||
1830 if (!ap || sdata->type != IEEE80211_IF_TYPE_AP ||
1996 if (!bss || sdata->type != IEEE80211_IF_TYPE_AP || !bss->beacon_head)
2074 } else if (sdata->type == IEEE80211_IF_TYPE_AP) {
2295 (type1 == IEEE80211_IF_TYPE_AP &&
2299 type2 == IEEE80211_IF_TYPE_AP)) ||
2300 (type1 == IEEE80211_IF_TYPE_AP &&
2303 (type2 == IEEE80211_IF_TYPE_AP ||
2585 if (unlikely(sdata->type != IEEE80211_IF_TYPE_AP
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dmac80211.h318 * @IEEE80211_IF_TYPE_AP: interface in AP mode.
328 IEEE80211_IF_TYPE_AP = 0x00000000, enumerator in enum:ieee80211_if_types

Completed in 163 milliseconds