Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dwpa.h112 } wl_wpa_ess_t; typedef
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1140 wl_wpa_ess_t *sr; in wifi_cfg_scanresults()
1151 sr = (wl_wpa_ess_t *)outp->wldp_buf; in wifi_cfg_scanresults()
1183 offsetof(wl_wpa_ess_t, ess) + in wifi_cfg_scanresults()
1958 wl_wpa_ess_t *sr; in wl_get_scanresults()
1964 sr = (wl_wpa_ess_t *)wldp_buf; in wl_get_scanresults()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1433 wl_wpa_ess_t *es; in dladm_wlan_wpa_get_sr()
H A Dlinkprop.c356 { MAC_PROP_WL_SCANRESULTS, sizeof (wl_wpa_ess_t), "scan_results"},
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3434 minsize = sizeof (wl_wpa_ess_t); in mac_prop_check_size()