Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dmac.c220 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument
226 u8 *macaddr = p_macaddr; in rtl92c_set_key()
285 p_macaddr); in rtl92c_set_key()
305 rtl_cam_del_entry(hw, p_macaddr); in rtl92c_set_key()
306 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92c_set_key()
Dmac.h41 u8 *p_macaddr, bool is_group, u8 enc_algo,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.h54 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2556 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument
2562 u8 *macaddr = p_macaddr; in rtl8723be_set_key()
2625 p_macaddr); in rtl8723be_set_key()
2646 rtl_cam_del_entry(hw, p_macaddr); in rtl8723be_set_key()
2647 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723be_set_key()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dhw.h51 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2471 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ee_set_key() argument
2477 u8 *macaddr = p_macaddr; in rtl92ee_set_key()
2541 p_macaddr); in rtl92ee_set_key()
2563 rtl_cam_del_entry(hw, p_macaddr); in rtl92ee_set_key()
2564 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ee_set_key()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.h55 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2350 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl88ee_set_key() argument
2356 u8 *macaddr = p_macaddr; in rtl88ee_set_key()
2419 rtl_cam_get_free_entry(hw, p_macaddr); in rtl88ee_set_key()
2440 rtl_cam_del_entry(hw, p_macaddr); in rtl88ee_set_key()
2441 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl88ee_set_key()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.h57 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2220 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument
2226 u8 *macaddr = p_macaddr; in rtl8723e_set_key()
2289 rtl_cam_get_free_entry(hw, p_macaddr); in rtl8723e_set_key()
2310 rtl_cam_del_entry(hw, p_macaddr); in rtl8723e_set_key()
2311 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723e_set_key()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dhw.h55 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2164 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92de_set_key() argument
2170 u8 *macaddr = p_macaddr; in rtl92de_set_key()
2228 p_macaddr); in rtl92de_set_key()
2247 rtl_cam_del_entry(hw, p_macaddr); in rtl92de_set_key()
2248 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92de_set_key()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.h54 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c3957 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8821ae_set_key() argument
3963 u8 *macaddr = p_macaddr; in rtl8821ae_set_key()
4024 entry_id = rtl_cam_get_free_entry(hw, p_macaddr); in rtl8821ae_set_key()
4044 rtl_cam_del_entry(hw, p_macaddr); in rtl8821ae_set_key()
4045 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8821ae_set_key()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.h70 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2155 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument
2161 u8 *macaddr = p_macaddr; in rtl92ce_set_key()
2225 p_macaddr); in rtl92ce_set_key()
2247 rtl_cam_del_entry(hw, p_macaddr); in rtl92ce_set_key()
2248 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ce_set_key()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.c2405 void rtl92se_set_key(struct ieee80211_hw *hw, u32 key_index, u8 *p_macaddr, in rtl92se_set_key() argument
2411 u8 *macaddr = p_macaddr; in rtl92se_set_key()
2475 p_macaddr); in rtl92se_set_key()
2496 rtl_cam_del_entry(hw, p_macaddr); in rtl92se_set_key()
2497 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92se_set_key()