Home
last modified time | relevance | path

Searched refs:p_macaddr (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c194 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument
200 u8 *macaddr = p_macaddr; in rtl92c_set_key()
258 p_macaddr); in rtl92c_set_key()
276 rtl_cam_del_entry(hw, p_macaddr); in rtl92c_set_key()
277 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92c_set_key()
H A Dmac.h15 u8 *p_macaddr, bool is_group, u8 enc_algo,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dhw_common.h21 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw_common.c1094 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92d_set_key() argument
1109 const u8 *macaddr = p_macaddr; in rtl92d_set_key()
1161 entry_id = rtl_cam_get_free_entry(hw, p_macaddr); in rtl92d_set_key()
1178 rtl_cam_del_entry(hw, p_macaddr); in rtl92d_set_key()
1179 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92d_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.h32 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2530 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument
2536 u8 *macaddr = p_macaddr; in rtl8723be_set_key()
2599 p_macaddr); in rtl8723be_set_key()
2618 rtl_cam_del_entry(hw, p_macaddr); in rtl8723be_set_key()
2619 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723be_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2416 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ee_set_key() argument
2422 u8 *macaddr = p_macaddr; in rtl92ee_set_key()
2486 p_macaddr); in rtl92ee_set_key()
2506 rtl_cam_del_entry(hw, p_macaddr); in rtl92ee_set_key()
2507 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ee_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2271 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl88ee_set_key() argument
2277 u8 *macaddr = p_macaddr; in rtl88ee_set_key()
2340 rtl_cam_get_free_entry(hw, p_macaddr); in rtl88ee_set_key()
2359 rtl_cam_del_entry(hw, p_macaddr); in rtl88ee_set_key()
2360 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl88ee_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.h43 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2059 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument
2065 u8 *macaddr = p_macaddr; in rtl92ce_set_key()
2129 p_macaddr); in rtl92ce_set_key()
2149 rtl_cam_del_entry(hw, p_macaddr); in rtl92ce_set_key()
2150 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ce_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.h32 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c3769 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8821ae_set_key() argument
3775 u8 *macaddr = p_macaddr; in rtl8821ae_set_key()
3836 entry_id = rtl_cam_get_free_entry(hw, p_macaddr); in rtl8821ae_set_key()
3855 rtl_cam_del_entry(hw, p_macaddr); in rtl8821ae_set_key()
3856 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8821ae_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.h36 u8 *p_macaddr, bool is_group, u8 enc_algo,
H A Dhw.c2133 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument
2139 u8 *macaddr = p_macaddr; in rtl8723e_set_key()
2202 rtl_cam_get_free_entry(hw, p_macaddr); in rtl8723e_set_key()
2221 rtl_cam_del_entry(hw, p_macaddr); in rtl8723e_set_key()
2222 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723e_set_key()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.c2371 void rtl92se_set_key(struct ieee80211_hw *hw, u32 key_index, u8 *p_macaddr, in rtl92se_set_key() argument
2377 u8 *macaddr = p_macaddr; in rtl92se_set_key()
2441 p_macaddr); in rtl92se_set_key()
2460 rtl_cam_del_entry(hw, p_macaddr); in rtl92se_set_key()
2461 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92se_set_key()