Home
last modified time | relevance | path

Searched refs:NET80211_MAX_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dnet80211.h275 #define NET80211_MAX_CHANNELS 32 macro
498 struct net80211_channel channels[NET80211_MAX_CHANNELS];
806 struct net80211_channel channels[NET80211_MAX_CHANNELS];
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c817 NET80211_MAX_CHANNELS * sizeof ( dev->channels[0] ) ); in net80211_register()
930 for ( i = dev->nr_channels; len-- && i < NET80211_MAX_CHANNELS; i++ ) { in net80211_add_channels()