Searched refs:enc_algo (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | mac.c | 251 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument 286 switch (enc_algo) { in rtl92c_set_key() 288 enc_algo = CAM_WEP40; in rtl92c_set_key() 291 enc_algo = CAM_WEP104; in rtl92c_set_key() 294 enc_algo = CAM_TKIP; in rtl92c_set_key() 297 enc_algo = CAM_AES; in rtl92c_set_key() 302 enc_algo = CAM_TKIP; in rtl92c_set_key() 342 entry_id, enc_algo, in rtl92c_set_key() 354 enc_algo, in rtl92c_set_key() 360 entry_id, enc_algo, in rtl92c_set_key()
|
D | mac.h | 41 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | hw.h | 74 u8 enc_algo, bool is_wepkey, bool clear_all);
|
D | hw.c | 2350 bool is_group, u8 enc_algo, bool is_wepkey, bool clear_all) in rtl92se_set_key() argument 2389 switch (enc_algo) { in rtl92se_set_key() 2391 enc_algo = CAM_WEP40; in rtl92se_set_key() 2394 enc_algo = CAM_WEP104; in rtl92se_set_key() 2397 enc_algo = CAM_TKIP; in rtl92se_set_key() 2400 enc_algo = CAM_AES; in rtl92se_set_key() 2405 enc_algo = CAM_TKIP; in rtl92se_set_key() 2464 entry_id, enc_algo, in rtl92se_set_key() 2476 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92se_set_key() 2481 entry_id, enc_algo, in rtl92se_set_key()
|
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | hw.h | 68 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2031 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument 2070 switch (enc_algo) { in rtl92ce_set_key() 2072 enc_algo = CAM_WEP40; in rtl92ce_set_key() 2075 enc_algo = CAM_WEP104; in rtl92ce_set_key() 2078 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2081 enc_algo = CAM_AES; in rtl92ce_set_key() 2086 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2146 entry_id, enc_algo, in rtl92ce_set_key() 2159 enc_algo, in rtl92ce_set_key() 2166 entry_id, enc_algo, in rtl92ce_set_key()
|
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | hw.h | 55 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2184 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92de_set_key() argument 2219 switch (enc_algo) { in rtl92de_set_key() 2221 enc_algo = CAM_WEP40; in rtl92de_set_key() 2224 enc_algo = CAM_WEP104; in rtl92de_set_key() 2227 enc_algo = CAM_TKIP; in rtl92de_set_key() 2230 enc_algo = CAM_AES; in rtl92de_set_key() 2235 enc_algo = CAM_TKIP; in rtl92de_set_key() 2289 entry_id, enc_algo, in rtl92de_set_key() 2301 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92de_set_key() 2305 entry_id, enc_algo, in rtl92de_set_key()
|
/linux-3.3/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 1444 u8 *macaddr, bool is_group, u8 enc_algo,
|