Home
last modified time | relevance | path

Searched refs:KEY_ENABLED (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c551 cpu_to_le16(KEY_ENABLED | KEY_UNICAST | in mwifiex_set_keyparamset_wep()
709 key_info = KEY_ENABLED; in mwifiex_cmd_802_11_key_material_v2()
862 set->key_info = cpu_to_le16(KEY_ENABLED); in mwifiex_cmd_802_11_key_material_v1()
864 set->key_info = cpu_to_le16(!KEY_ENABLED); in mwifiex_cmd_802_11_key_material_v1()
900 cpu_to_le16(KEY_ENABLED); in mwifiex_cmd_802_11_key_material_v1()
903 cpu_to_le16(!KEY_ENABLED); in mwifiex_cmd_802_11_key_material_v1()
913 cpu_to_le16(KEY_ENABLED); in mwifiex_cmd_802_11_key_material_v1()
916 cpu_to_le16(!KEY_ENABLED); in mwifiex_cmd_802_11_key_material_v1()
931 cpu_to_le16(KEY_ENABLED); in mwifiex_cmd_802_11_key_material_v1()
Dsta_ioctl.c1037 ibss_key->key_param_set.key_info = cpu_to_le16(KEY_ENABLED); in mwifiex_sec_ioctl_set_wpa_key()
Dfw.h118 #define KEY_ENABLED BIT(2) macro