Home
last modified time | relevance | path

Searched refs:hwsim_world_regdom_custom (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dmac80211_hwsim.c176 static const struct ieee80211_regdomain *hwsim_world_regdom_custom[] = { variable
2681 for (i = 0; i < ARRAY_SIZE(hwsim_world_regdom_custom); i++) { in append_radio_msg()
2682 if (hwsim_world_regdom_custom[i] != param->regd) in append_radio_msg()
3801 if (idx >= ARRAY_SIZE(hwsim_world_regdom_custom)) in hwsim_new_radio_nl()
3805 ARRAY_SIZE(hwsim_world_regdom_custom)); in hwsim_new_radio_nl()
3806 param.regd = hwsim_world_regdom_custom[idx]; in hwsim_new_radio_nl()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c193 static const struct ieee80211_regdomain *hwsim_world_regdom_custom[] = { variable
3939 for (i = 0; i < ARRAY_SIZE(hwsim_world_regdom_custom); i++) { in append_radio_msg()
3940 if (hwsim_world_regdom_custom[i] != param->regd) in append_radio_msg()
5883 if (idx >= ARRAY_SIZE(hwsim_world_regdom_custom)) in hwsim_new_radio_nl()
5887 ARRAY_SIZE(hwsim_world_regdom_custom)); in hwsim_new_radio_nl()
5888 param.regd = hwsim_world_regdom_custom[idx]; in hwsim_new_radio_nl()

Completed in 14 milliseconds