Searched refs:is_mesh (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_cam.c | 58 u32 *KeyContent, u8 is_mesh) in rtl92e_set_swcam() 64 "===========>%s():EntryNo is %d,KeyIndex is %d,KeyType is %d,is_mesh is %d\n", in rtl92e_set_swcam() 65 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in rtl92e_set_swcam() 70 if (!is_mesh) { in rtl92e_set_swcam() 56 rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, const u8 *MacAddr, u8 DefaultKey, u32 *KeyContent, u8 is_mesh) rtl92e_set_swcam() argument
|
H A D | rtl_cam.h | 23 u32 *KeyContent, u8 is_mesh);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 474 static void rtllib_send_probe(struct rtllib_device *ieee, u8 is_mesh) in rtllib_send_probe() argument 486 static void rtllib_send_probe_requests(struct rtllib_device *ieee, u8 is_mesh) in rtllib_send_probe_requests() argument 504 static void rtllib_softmac_scan_syncro(struct rtllib_device *ieee, u8 is_mesh) in rtllib_softmac_scan_syncro() argument 754 void rtllib_start_scan_syncro(struct rtllib_device *ieee, u8 is_mesh) in rtllib_start_scan_syncro() argument 762 rtllib_softmac_scan_syncro(ieee, is_mesh); in rtllib_start_scan_syncro()
|
H A D | rtllib.h | 1991 void rtllib_start_scan_syncro(struct rtllib_device *ieee, u8 is_mesh);
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 469 bool is_mesh = (rxd0 & mesh_mask) == mesh_mask; in mt7996_mac_fill_rx() local 662 if (!hdr_trans && status->amsdu && !(ieee80211_has_a4(fc) && is_mesh)) { in mt7996_mac_fill_rx() 706 if (ieee80211_has_a4(fc) && is_mesh && status->amsdu) in mt7996_mac_fill_rx()
|
Completed in 13 milliseconds