wl_encryption_t
wl_encryption_t encryption;
(void) memmove(gbuf->wldp_buf, &encryption, sizeof (wl_encryption_t));
sizeof (wl_encryption_t)));
wl_encryption_t encryption;
encryption = *(wl_encryption_t *)(gbuf->wldp_buf);
wl_encryption_t encryption;
wl_encryption_t encryption;
{ MAC_PROP_WL_ENCRYPTION, sizeof (wl_encryption_t), "encryption"},
minsize = sizeof (wl_encryption_t);
wl_encryption_t *iw_encryp = (wl_encryption_t *)wldp_buf;
wl_encryption_t *ow_encryp;
ow_encryp = (wl_encryption_t *)wldp_buf;
wl_encryption_t *iw_encryp = (wl_encryption_t *)inp->wldp_buf;
wl_encryption_t *ow_encryp;
if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_encryption_t))) == NULL)
ow_encryp = (wl_encryption_t *)outp->wldp_buf;