/hostap-3.6.0/tests/hwsim/ |
D | test_p2p_device.py | 21 with HWSimRadio(use_p2p_device=True) as (radio, iface): 49 with HWSimRadio(use_p2p_device=True) as (radio, iface): 63 with HWSimRadio(use_p2p_device=True) as (radio, iface): 78 with HWSimRadio(use_p2p_device=True) as (radio, iface): 93 with HWSimRadio(use_p2p_device=True) as (radio, iface): 112 with HWSimRadio(use_p2p_device=True) as (radio, iface): 131 with HWSimRadio(use_p2p_device=True) as (radio, iface): 173 with HWSimRadio(use_p2p_device=True) as (radio, iface): 229 with HWSimRadio(use_p2p_device=True) as (radio, iface): 268 with HWSimRadio(use_p2p_device=True) as (radio, iface): [all …]
|
D | test_sigma_dut.py | 573 with HWSimRadio() as (radio, iface): 591 with HWSimRadio() as (radio, iface): 610 with HWSimRadio() as (radio, iface): 629 with HWSimRadio() as (radio, iface): 836 with HWSimRadio() as (radio, iface): 905 with HWSimRadio() as (radio, iface): 935 with HWSimRadio() as (radio, iface): 955 with HWSimRadio() as (radio, iface): 985 with HWSimRadio() as (radio, iface): 1008 with HWSimRadio() as (radio, iface): [all …]
|
D | test_p2p_channel.py | 324 with HWSimRadio(n_channels=2) as (radio, iface): 348 with HWSimRadio(n_channels=2) as (radio, iface): 402 with HWSimRadio(n_channels=2) as (radio, iface): 427 with HWSimRadio(n_channels=2) as (radio, iface): 497 with HWSimRadio(n_channels=2) as (radio, iface): 810 with HWSimRadio(n_channels=2) as (radio, iface): 857 with HWSimRadio(n_channels=2) as (radio, iface): 911 with HWSimRadio(n_channels=2) as (radio, iface): 960 with HWSimRadio(n_channels=2) as (radio, iface): 1007 with HWSimRadio(n_channels=2) as (radio, iface): [all …]
|
D | hwsim.py | 82 print(c.destroy_radio(args.radio))
|
D | README | 157 - *.log0 = wpa_supplicant debug log for the first radio 158 - *.log1 = wpa_supplicant debug log for the second radio 159 - *.log2 = wpa_supplicant debug log for the third radio
|
D | test_pasn.py | 208 with HWSimRadio(n_channels=2) as (radio, iface): 452 with HWSimRadio(n_channels=2) as (radio, iface): 557 with HWSimRadio(n_channels=2) as (radio, iface):
|
D | test_p2p_discovery.py | 662 with HWSimRadio(use_p2p_device=True) as (radio, iface): 715 with HWSimRadio(use_p2p_device=True) as (radio, iface): 750 with HWSimRadio(use_p2p_device=True) as (radio, iface):
|
D | test_rfkill.py | 179 with HWSimRadio(use_p2p_device=True) as (radio, iface):
|
D | test_p2ps.py | 1312 with HWSimRadio(n_channels=2) as (radio, iface): 1408 with HWSimRadio(n_channels=2) as (radio, iface): 1579 with HWSimRadio(n_channels=2) as (radio, iface): 1628 with HWSimRadio(use_p2p_device=True) as (radio, iface): 1657 with HWSimRadio(use_p2p_device=True) as (radio, iface):
|
D | test_fst_module.py | 741 with HWSimRadio() as (radio, iface): 824 with HWSimRadio() as (radio, iface): 854 with HWSimRadio() as (radio, iface): 884 with HWSimRadio() as (radio, iface): 915 with HWSimRadio() as (radio, iface): 946 with HWSimRadio() as (radio, iface): 979 with HWSimRadio() as (radio, iface):
|
D | test_wpas_ctrl.py | 1579 with HWSimRadio() as (radio, iface): 1682 with HWSimRadio() as (radio, iface):
|
D | test_gas.py | 315 with HWSimRadio(n_channels=2) as (radio, iface): 327 with HWSimRadio(n_channels=2) as (radio, iface):
|
D | test_ap_ft.py | 704 with HWSimRadio() as (radio, iface):
|
D | test_dpp.py | 6165 with HWSimRadio(use_p2p_device=True) as (radio, iface):
|
/hostap-3.6.0/wpa_supplicant/ |
D | wpa_supplicant.c | 655 if (wpa_s->radio) in wpa_supplicant_cleanup() 6049 struct wpa_radio *radio; in radio_add_interface() local 6052 radio = iface->radio; in radio_add_interface() 6053 if (radio && os_strcmp(rn, radio->name) == 0) { in radio_add_interface() 6056 dl_list_add(&radio->ifaces, &wpa_s->radio_list); in radio_add_interface() 6057 return radio; in radio_add_interface() 6065 radio = os_zalloc(sizeof(*radio)); in radio_add_interface() 6066 if (radio == NULL) in radio_add_interface() 6070 os_strlcpy(radio->name, rn, sizeof(radio->name)); in radio_add_interface() 6071 dl_list_init(&radio->ifaces); in radio_add_interface() [all …]
|
D | wpa_supplicant_i.h | 346 static inline bool external_scan_running(struct wpa_radio *radio) in external_scan_running() argument 348 return radio && radio->external_scan_req_interface; in external_scan_running() 693 struct wpa_radio *radio; /* shared radio context */ member
|
D | README | 1014 External requests for radio control 1019 radio. The RADIO_WORK control interface command can be used for this. 1022 used to reserve a slot for radio access. If freq is specified, other 1023 radio work items on the same channel may be completed in 1024 parallel. Otherwise, all other radio work items are blocked during 1028 timeout parameter. This command returns an identifier for the radio work 1031 Once the radio work item has been started, "EXT-RADIO-WORK-START <id>" 1034 indicate that to wpa_supplicant. This allows other radio works to be 1036 program terminating), wpa_supplicant will time out the radio work item
|
D | scan.c | 3209 struct wpa_radio *radio = wpa_s->radio; in wpas_abort_ongoing_scan() local 3211 dl_list_for_each(work, &radio->work, struct wpa_radio_work, list) { in wpas_abort_ongoing_scan()
|
D | events.c | 2426 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant, in wpa_supplicant_event_scan_results() 4343 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant, in wpa_supplicant_update_channel_list() 5045 wpa_s->radio->external_scan_req_interface = wpa_s; in wpa_supplicant_event() 5053 wpa_s->radio->external_scan_req_interface = NULL; in wpa_supplicant_event() 5073 wpa_s->radio->external_scan_req_interface = NULL; in wpa_supplicant_event()
|
D | ChangeLog | 589 * fixed couple of sequences where radio work items could get stuck, 780 - avoid concurrent operations requiring full control of the radio when 786 * added "radio work" framework to schedule exclusive radio operations 790 - allow external programs to request exclusive radio control in a way 822 p2p_find to avoid taking all radio resources 1650 avoid conflicts with two programs trying to control the radio; WZC 2202 * driver_ndis: enable radio before starting scanning, disable radio
|
D | README-P2P | 90 delay to be used between search iterations (e.g., to free up radio 746 operations by avoiding it from taking 100% of radio resources. The
|
D | ctrl_iface.c | 8612 dl_list_for_each(work, &wpa_s->radio->work, struct wpa_radio_work, list) in wpas_ctrl_radio_work_show() 8734 dl_list_for_each(work, &wpa_s->radio->work, struct wpa_radio_work, list) in wpas_ctrl_radio_work_done() 8774 if (!wpa_s || !wpa_s->radio) in wpas_ctrl_radio_work_flush() 8777 dl_list_for_each_safe(work, tmp, &wpa_s->radio->work, in wpas_ctrl_radio_work_flush()
|
D | p2p_supplicant.c | 261 if (external_scan_running(wpa_s->radio)) { in wpas_p2p_scan_res_handled() 8649 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant, in wpas_p2p_search_delay() 9973 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant, in wpas_p2p_consider_moving_gos()
|
/hostap-3.6.0/tests/ |
D | README | 8 wpa_supplicant and hostapd with a simulated radio (mac80211_hwsim). See
|
/hostap-3.6.0/hostapd/ |
D | ChangeLog | 461 of a radio to be removed individually without having to add/remove all 462 other BSSes of the radio at the same time 623 - Change concurrent radio AP to use only one WPS UPnP instance. 936 radio interface (bss=<ifname> in hostapd.conf); this is only
|