Searched refs:WLAN_COMMAND (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | wifi_ioctl.h | 56 #define WLAN_COMMAND (WLAN_IOCTL_BASE + 0x4) macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 1187 case WLAN_COMMAND: in call_ioctl() 1207 if (cmd == WLAN_COMMAND) { in call_ioctl() 1736 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in heuristic_load() 1830 if ((call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) || in select_profile() 2040 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in do_startconf() 2222 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in do_loadpf() 3138 if (call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) { in do_wlanlist() 3218 if (call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0) == B_FALSE) { in do_restoredef() 3240 if (call_ioctl(fd, WLAN_COMMAND, WL_DISASSOCIATE, 0) == B_FALSE) { in do_disconnect()
|
/illumos-gate/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 920 case WLAN_COMMAND: in simnet_m_ioctl()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.c | 1163 WLDP_BUFSIZE, WLAN_COMMAND, sizeof (wldp_t)); in do_cmd_ioctl()
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_ioctl.c | 1383 case WLAN_COMMAND: in ieee80211_ioctl()
|
/illumos-gate/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 2426 case WLAN_COMMAND: in ipw2200_ioctl()
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 2330 case WLAN_COMMAND: in ipw2100_ioctl()
|