Searched refs:user_request (Results 1 – 1 of 1) sorted by relevance
1654 __reg_process_hint_user(struct regulatory_request *user_request) in __reg_process_hint_user() argument1658 if (reg_request_indoor(user_request)) { in __reg_process_hint_user()1663 if (reg_request_cell_base(user_request)) in __reg_process_hint_user()1664 return reg_ignore_cell_hint(user_request); in __reg_process_hint_user()1688 if (!regdom_changes(user_request->alpha2)) in __reg_process_hint_user()1704 reg_process_hint_user(struct regulatory_request *user_request) in reg_process_hint_user() argument1708 treatment = __reg_process_hint_user(user_request); in reg_process_hint_user()1712 reg_free_request(user_request); in reg_process_hint_user()1716 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user()1717 user_request->processed = false; in reg_process_hint_user()[all …]