/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | translation-table.h | 24 const char *message, bool roaming);
|
H A D | translation-table.c | 76 bool roaming); 491 * other way around (ADD+DEL) can happen in case of roaming of in batadv_tt_local_event() 762 /* Check whether it is a roaming, but don't do anything if the roaming in batadv_tt_local_add() 1327 * @roaming: true if the deletion is due to a roaming event 1333 bool roaming) in batadv_tt_local_remove() 1347 /* if this global entry addition is due to a roaming, the node has to in batadv_tt_local_remove() 1351 if (roaming) { in batadv_tt_local_remove() 1697 * for a roaming advertisemen in batadv_tt_global_add() 1331 batadv_tt_local_remove(struct batadv_priv *bat_priv, const u8 *addr, unsigned short vid, const char *message, bool roaming) batadv_tt_local_remove() argument 2355 batadv_tt_global_del(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const unsigned char *addr, unsigned short vid, const char *message, bool roaming) batadv_tt_global_del() argument [all...] |
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | translation-table.h | 23 const char *message, bool roaming);
|
H A D | translation-table.c | 75 bool roaming); 490 * other way around (ADD+DEL) can happen in case of roaming of in batadv_tt_local_event() 761 /* Check whether it is a roaming, but don't do anything if the roaming in batadv_tt_local_add() 1242 * @roaming: true if the deletion is due to a roaming event 1248 bool roaming) in batadv_tt_local_remove() 1262 /* if this global entry addition is due to a roaming, the node has to in batadv_tt_local_remove() 1266 if (roaming) { in batadv_tt_local_remove() 1610 * for a roaming advertisemen in batadv_tt_global_add() 1246 batadv_tt_local_remove(struct batadv_priv *bat_priv, const u8 *addr, unsigned short vid, const char *message, bool roaming) batadv_tt_local_remove() argument 2129 batadv_tt_global_del(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const unsigned char *addr, unsigned short vid, const char *message, bool roaming) batadv_tt_global_del() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | debugfs.c | 174 WL18XX_DEBUGFS_FWSTATS_FILE(roaming, rssi_level, "%d"); 557 DEBUGFS_FWSTATS_ADD(roaming, rssi_level); in wl18xx_debugfs_add_files()
|
H A D | acx.h | 281 struct wl18xx_roaming_stats roaming; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | debugfs.c | 174 WL18XX_DEBUGFS_FWSTATS_FILE(roaming, rssi_level, "%d"); 551 DEBUGFS_FWSTATS_ADD(roaming, rssi_level); in wl18xx_debugfs_add_files()
|
H A D | acx.h | 281 struct wl18xx_roaming_stats roaming; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 91 static int roaming = 1; variable 4387 * off roaming, and abort any active scans */ in ipw_handle_missed_beacon() 4404 /* If we are currently roaming, then just in ipw_handle_missed_beacon() 4412 if (roaming && in ipw_handle_missed_beacon() 4415 /* If we are not already roaming, set the ROAM in ipw_handle_missed_beacon() 4421 "roaming\n", missed_count); in ipw_handle_missed_beacon() 4433 * stuck (only if we aren't roaming -- in ipw_handle_missed_beacon() 5482 int roaming) in ipw_find_adhoc_network() 5496 if (unlikely(roaming)) { in ipw_find_adhoc_network() 5497 /* If we are roaming, the in ipw_find_adhoc_network() 5479 ipw_find_adhoc_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_find_adhoc_network() argument 5656 ipw_best_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_best_network() argument 7267 ipw_associate_network(struct ipw_priv *priv, struct libipw_network *network, struct ipw_supported_rates *rates, int roaming) ipw_associate_network() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 91 static int roaming = 1; variable 4341 * off roaming, and abort any active scans */ in ipw_handle_missed_beacon() 4358 /* If we are currently roaming, then just in ipw_handle_missed_beacon() 4366 if (roaming && in ipw_handle_missed_beacon() 4369 /* If we are not already roaming, set the ROAM in ipw_handle_missed_beacon() 4375 "roaming\n", missed_count); in ipw_handle_missed_beacon() 4387 * stuck (only if we aren't roaming -- in ipw_handle_missed_beacon() 5436 int roaming) in ipw_find_adhoc_network() 5450 if (unlikely(roaming)) { in ipw_find_adhoc_network() 5451 /* If we are roaming, the in ipw_find_adhoc_network() 5433 ipw_find_adhoc_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_find_adhoc_network() argument 5610 ipw_best_network(struct ipw_priv *priv, struct ipw_network_match *match, struct libipw_network *network, int roaming) ipw_best_network() argument 7221 ipw_associate_network(struct ipw_priv *priv, struct libipw_network *network, struct ipw_supported_rates *rates, int roaming) ipw_associate_network() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 1201 u32 roaming: 1; member
|
H A D | coex.c | 2249 wl->status.map.roaming) { in _update_btc_state_map() 6330 wl->status.map.roaming ? "Y" : "N", in _show_wl_info()
|