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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c193 static boolean_t call_ioctl(int, int, uint32_t, uint32_t);
1166 * call_ioctl: Fill strioctl structure and issue an ioctl system call
1169 call_ioctl(int fd, int cmd, uint32_t params, uint32_t buf_len) function
1734 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0);
1828 if ((call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) ||
2038 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0);
2220 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0);
3000 return (call_ioctl(fd, WLAN_SET_PARAM, WL_WEP_KEY_TAB,
3135 if (call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) {
3215 if (call_ioctl(f
[all...]

Completed in 192 milliseconds