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

/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c148 static int get80211(int s, int type, void *data, int len);
196 if (get80211(s, IEEE80211_IOC_CHANINFO, chaninfo,
347 if (get80211(s, IEEE80211_IOC_CURCHAN, &curchan, sizeof(curchan)) < 0) {
392 if (get80211(s, IEEE80211_IOC_ROAM,
410 if (get80211(s, IEEE80211_IOC_TXPARAMS,
428 if (get80211(s, IEEE80211_IOC_REGDOMAIN,
437 if (get80211(s, IEEE80211_IOC_DEVCAPS, dc,
3338 (void) get80211(s, IEEE80211_IOC_BSSID,
3536 if (get80211(s, IEEE80211_IOC_CHANLIST, &active, sizeof(active)) < 0)
4289 if (get80211(
4889 get80211(int s, int type, void *data, int len) function
[all...]

Completed in 162 milliseconds