Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c193 static boolean_t call_ioctl(int, int, uint32_t, uint32_t);
1169 call_ioctl(int fd, int cmd, uint32_t params, uint32_t buf_len) in call_ioctl() function
1734 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in heuristic_load()
1828 if ((call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) || in select_profile()
2038 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in do_startconf()
2220 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in do_loadpf()
3000 return (call_ioctl(fd, WLAN_SET_PARAM, WL_WEP_KEY_TAB, in do_set_wepkey()
3135 if (call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) { in do_wlanlist()
3215 if (call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0) == B_FALSE) { in do_restoredef()
3237 if (call_ioctl(fd, WLAN_COMMAND, WL_DISASSOCIATE, 0) == B_FALSE) { in do_disconnect()
[all …]