Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dreg.c2712 static void reg_process_hint(struct regulatory_request *reg_request) in reg_process_hint() argument
2716 enum nl80211_reg_initiator initiator = reg_request->initiator; in reg_process_hint()
2718 if (reg_request->wiphy_idx != WIPHY_IDX_INVALID) in reg_process_hint()
2719 wiphy = wiphy_idx_to_wiphy(reg_request->wiphy_idx); in reg_process_hint()
2723 treatment = reg_process_hint_core(reg_request); in reg_process_hint()
2726 treatment = reg_process_hint_user(reg_request); in reg_process_hint()
2731 treatment = reg_process_hint_driver(wiphy, reg_request); in reg_process_hint()
2736 treatment = reg_process_hint_country_ie(wiphy, reg_request); in reg_process_hint()
2762 reg_free_request(reg_request); in reg_process_hint()
2785 struct regulatory_request *reg_request, *lr; in reg_process_pending_hints() local
[all …]