Home
last modified time | relevance | path

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

/drivers/net/wireless/rtlwifi/rtl8188ee/
Dhw.h55 u8 *p_macaddr, bool is_group, u8 enc_algo,
/drivers/net/wireless/rtlwifi/rtl8192de/
Dhw.h55 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2180 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92de_set_key() argument
2186 u8 *macaddr = p_macaddr; in rtl92de_set_key()
2244 p_macaddr); in rtl92de_set_key()
2263 rtl_cam_del_entry(hw, p_macaddr); in rtl92de_set_key()
2264 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92de_set_key()
/drivers/net/wireless/rtlwifi/rtl8723ae/
Dhw.h61 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2118 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723ae_set_key() argument
2124 u8 *macaddr = p_macaddr; in rtl8723ae_set_key()
2206 rtl_cam_del_entry(hw, p_macaddr); in rtl8723ae_set_key()
2207 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723ae_set_key()
/drivers/net/wireless/rtlwifi/rtl8192cu/
Dmac.c230 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument
236 u8 *macaddr = p_macaddr; in rtl92c_set_key()
295 p_macaddr); in rtl92c_set_key()
315 rtl_cam_del_entry(hw, p_macaddr); in rtl92c_set_key()
316 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,
/drivers/net/wireless/rtlwifi/rtl8192ce/
Dhw.h70 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2136 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument
2142 u8 *macaddr = p_macaddr; in rtl92ce_set_key()
2206 p_macaddr); in rtl92ce_set_key()
2228 rtl_cam_del_entry(hw, p_macaddr); in rtl92ce_set_key()
2229 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ce_set_key()
/drivers/net/wireless/rtlwifi/rtl8192se/
Dhw.c2389 void rtl92se_set_key(struct ieee80211_hw *hw, u32 key_index, u8 *p_macaddr, in rtl92se_set_key() argument
2395 u8 *macaddr = p_macaddr; in rtl92se_set_key()
2459 p_macaddr); in rtl92se_set_key()
2480 rtl_cam_del_entry(hw, p_macaddr); in rtl92se_set_key()
2481 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92se_set_key()