Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dmac.c215 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument
221 u8 *macaddr = p_macaddr; in rtl92c_set_key()
279 p_macaddr); in rtl92c_set_key()
297 rtl_cam_del_entry(hw, p_macaddr); in rtl92c_set_key()
298 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92c_set_key()
Dmac.h37 u8 *p_macaddr, bool is_group, u8 enc_algo,
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.h54 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2559 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument
2565 u8 *macaddr = p_macaddr; in rtl8723be_set_key()
2628 p_macaddr); in rtl8723be_set_key()
2647 rtl_cam_del_entry(hw, p_macaddr); in rtl8723be_set_key()
2648 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723be_set_key()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.h52 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2300 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl88ee_set_key() argument
2306 u8 *macaddr = p_macaddr; in rtl88ee_set_key()
2369 rtl_cam_get_free_entry(hw, p_macaddr); in rtl88ee_set_key()
2388 rtl_cam_del_entry(hw, p_macaddr); in rtl88ee_set_key()
2389 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl88ee_set_key()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dhw.h52 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2438 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ee_set_key() argument
2444 u8 *macaddr = p_macaddr; in rtl92ee_set_key()
2508 p_macaddr); in rtl92ee_set_key()
2528 rtl_cam_del_entry(hw, p_macaddr); in rtl92ee_set_key()
2529 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ee_set_key()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dhw.h52 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2111 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92de_set_key() argument
2117 u8 *macaddr = p_macaddr; in rtl92de_set_key()
2175 p_macaddr); in rtl92de_set_key()
2192 rtl_cam_del_entry(hw, p_macaddr); in rtl92de_set_key()
2193 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92de_set_key()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dhw.h45 void rtl8822be_set_key(struct ieee80211_hw *hw, u32 key_index, u8 *p_macaddr,
Dhw.c2273 void rtl8822be_set_key(struct ieee80211_hw *hw, u32 key_index, u8 *p_macaddr, in rtl8822be_set_key() argument
2280 u8 *macaddr = p_macaddr; in rtl8822be_set_key()
2343 rtl_cam_get_free_entry(hw, p_macaddr); in rtl8822be_set_key()
2361 rtl_cam_del_entry(hw, p_macaddr); in rtl8822be_set_key()
2362 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8822be_set_key()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.h54 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c3910 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8821ae_set_key() argument
3916 u8 *macaddr = p_macaddr; in rtl8821ae_set_key()
3977 entry_id = rtl_cam_get_free_entry(hw, p_macaddr); in rtl8821ae_set_key()
3996 rtl_cam_del_entry(hw, p_macaddr); in rtl8821ae_set_key()
3997 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8821ae_set_key()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.h65 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2084 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument
2090 u8 *macaddr = p_macaddr; in rtl92ce_set_key()
2154 p_macaddr); in rtl92ce_set_key()
2174 rtl_cam_del_entry(hw, p_macaddr); in rtl92ce_set_key()
2175 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92ce_set_key()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.h58 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2171 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument
2177 u8 *macaddr = p_macaddr; in rtl8723e_set_key()
2240 rtl_cam_get_free_entry(hw, p_macaddr); in rtl8723e_set_key()
2259 rtl_cam_del_entry(hw, p_macaddr); in rtl8723e_set_key()
2260 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl8723e_set_key()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.c2403 void rtl92se_set_key(struct ieee80211_hw *hw, u32 key_index, u8 *p_macaddr, in rtl92se_set_key() argument
2409 u8 *macaddr = p_macaddr; in rtl92se_set_key()
2473 p_macaddr); in rtl92se_set_key()
2492 rtl_cam_del_entry(hw, p_macaddr); in rtl92se_set_key()
2493 rtl_cam_delete_one_entry(hw, p_macaddr, entry_id); in rtl92se_set_key()