Home
last modified time | relevance | path

Searched refs:encryption_type (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/staging/media/ipu7/
H A Dipu7-cpd.c66 u8 encryption_type; member
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h441 u8 encryption_type; member
H A Dcmd.c395 if (wlvif->encryption_type == KEY_GEM) in wl12xx_free_link()
1260 switch (wlvif->encryption_type) { in wl1271_cmd_build_arp_rsp()
1275 wlvif->encryption_type); in wl1271_cmd_build_arp_rsp()
1297 if (wlvif->encryption_type != KEY_NONE) in wl1271_cmd_build_arp_rsp()
H A Dmain.c469 if (wlvifsta->encryption_type == KEY_TKIP || in wlcore_fw_status()
470 wlvifsta->encryption_type == KEY_AES) { in wlcore_fw_status()
491 if (wlvifap->encryption_type == KEY_TKIP || in wlcore_fw_status()
492 wlvifap->encryption_type == KEY_AES) { in wlcore_fw_status()
943 if (wlvif->encryption_type == KEY_GEM) in wlcore_save_freed_pkts()
2928 wlvif->encryption_type = KEY_NONE; in wlcore_join()
3622 wlvif->encryption_type = key_type; in wlcore_set_key()
3630 wlvif->encryption_type != key_type) { in wlcore_set_key()
3631 wlvif->encryption_type = key_type; in wlcore_set_key()
3689 if (wlvif->encryption_type in wl1271_op_set_default_key_idx()
[all...]
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h135 u8 encryption_type; member
H A Dat76c50x-usb.c1378 ccfg->encryption_type = 2; in at76_startup_device()
1380 ccfg->encryption_type = 1; in at76_startup_device()
1386 ccfg->encryption_type = 0; in at76_startup_device()
/linux/fs/bcachefs/
H A Dbcachefs.h851 u8 encryption_type; member
H A Drecovery.c1003 if (c->sb.encryption_type && !c->sb.clean) in bch2_fs_recovery()
H A Dsuper-io.c609 c->sb.encryption_type = BCH_SB_ENCRYPTION_TYPE(src); in bch2_sb_update()