Lines Matching defs:encryption
428 {ENCRYPTION, "encryption", do_get_encryption, do_set_encryption, RW},
2635 gettext("bssid\t\t encryption\tlast seen\n"));
2638 (void) printf(gettext("essid\t\t\t\tbssid\t\t encryption"
3148 * linkstauts, essid, encryption and signal strength.
3586 wl_encryption_t encryption;
3591 (void) memset(&encryption, 0xff, sizeof (encryption));
3594 encryption = WL_NOENCRYPTION;
3596 encryption = WL_ENC_WEP;
3598 (void) fprintf(stderr, gettext("%s: encryption: "
3603 (void) memmove(gbuf->wldp_buf, &encryption, sizeof (wl_encryption_t));
3668 wl_encryption_t encryption;
3814 encryption = *(wl_encryption_t *)(gbuf->wldp_buf);
3815 switch (encryption) {
3825 "invalid encryption value\n"), gExecName);
3896 "encryption\tsignallevel\n");