Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dwifi_ioctl.h63 #define WL_ESSID (WL_PARAMETERS_BASE + 0x1) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3275 return (call_ioctl(fd, WLAN_SET_PARAM, WL_ESSID, sizeof (wl_essid_t))); in do_set_essid()
3973 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ESSID, 0)); in do_get_essid()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1266 case WL_ESSID: in wifi_cfg_getset()