Home
last modified time | relevance | path

Searched refs:KEY_IGTK (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h458 KEY_IGTK = 5, enumerator
H A Dmain.c3594 key_type = KEY_IGTK; in wlcore_set_key()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c584 km->key_param_set.key_info |= cpu_to_le16(KEY_IGTK); in mwifiex_set_aes_key_v2()
655 key_info |= KEY_IGTK; in mwifiex_cmd_802_11_key_material_v2()
884 cpu_to_le16(KEY_IGTK); in mwifiex_cmd_802_11_key_material_v1()
H A Dfw.h110 #define KEY_IGTK BIT(10) macro