Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dwifi_ioctl.h74 #define WL_CREATE_IBSS (WL_PARAMETERS_BASE + 0xc) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3333 return (call_ioctl(fd, WLAN_SET_PARAM, WL_CREATE_IBSS, in do_set_createibss()
3987 return (call_ioctl(fd, WLAN_GET_PARAM, WL_CREATE_IBSS, 0)); in do_get_createibss()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1293 case WL_CREATE_IBSS: in wifi_cfg_getset()