Searched refs:STA_KEY_FLG_KEYID_POS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c840 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
892 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
939 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
1027 keyidx = (key_flags >> STA_KEY_FLG_KEYID_POS) & 0x3;
H A Diwl-commands.h988 #define STA_KEY_FLG_KEYID_POS 8 macro
H A Diwl3945-base.c144 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);

Completed in 52 milliseconds