Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c419 wl_encryption_t *iw_encryp = (wl_encryption_t *)inp->wldp_buf; in wifi_cfg_encrypt()
420 wl_encryption_t *ow_encryp; in wifi_cfg_encrypt()
423 if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_encryption_t))) == NULL) in wifi_cfg_encrypt()
426 ow_encryp = (wl_encryption_t *)outp->wldp_buf; in wifi_cfg_encrypt()
1753 wl_encryption_t *iw_encryp = (wl_encryption_t *)wldp_buf; in wl_set_encrypt()
1775 wl_encryption_t *ow_encryp; in wl_get_encrypt()
1777 ow_encryp = (wl_encryption_t *)wldp_buf; in wl_get_encrypt()
/illumos-gate/usr/src/uts/common/inet/
H A Dwifi_ioctl.h306 typedef uint32_t wl_encryption_t; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3589 wl_encryption_t encryption; in do_set_encryption()
3606 (void) memmove(gbuf->wldp_buf, &encryption, sizeof (wl_encryption_t)); in do_set_encryption()
3608 sizeof (wl_encryption_t))); in do_set_encryption()
3671 wl_encryption_t encryption; in print_gbuf()
3817 encryption = *(wl_encryption_t *)(gbuf->wldp_buf); in print_gbuf()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c702 wl_encryption_t encryption; in dladm_wlan_get_linkattr()
1307 wl_encryption_t encryption; in do_set_encryption()
H A Dlinkprop.c345 { MAC_PROP_WL_ENCRYPTION, sizeof (wl_encryption_t), "encryption"},
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3460 minsize = sizeof (wl_encryption_t); in mac_prop_check_size()