Home
last modified time | relevance | path

Searched refs:radio (Results 1 – 25 of 26) sorted by relevance

12

/hostap-3.6.0/tests/hwsim/
Dtest_p2p_device.py21 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 …]
Dtest_sigma_dut.py573 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 …]
Dtest_p2p_channel.py324 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 …]
Dhwsim.py82 print(c.destroy_radio(args.radio))
DREADME157 - *.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
Dtest_pasn.py208 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):
Dtest_p2p_discovery.py662 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):
Dtest_rfkill.py179 with HWSimRadio(use_p2p_device=True) as (radio, iface):
Dtest_p2ps.py1312 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):
Dtest_fst_module.py741 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):
Dtest_wpas_ctrl.py1579 with HWSimRadio() as (radio, iface):
1682 with HWSimRadio() as (radio, iface):
Dtest_gas.py315 with HWSimRadio(n_channels=2) as (radio, iface):
327 with HWSimRadio(n_channels=2) as (radio, iface):
Dtest_ap_ft.py704 with HWSimRadio() as (radio, iface):
Dtest_dpp.py6165 with HWSimRadio(use_p2p_device=True) as (radio, iface):
/hostap-3.6.0/wpa_supplicant/
Dwpa_supplicant.c655 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 …]
Dwpa_supplicant_i.h346 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
DREADME1014 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
Dscan.c3209 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()
Devents.c2426 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()
DChangeLog589 * 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
DREADME-P2P90 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
Dctrl_iface.c8612 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()
Dp2p_supplicant.c261 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/
DREADME8 wpa_supplicant and hostapd with a simulated radio (mac80211_hwsim). See
/hostap-3.6.0/hostapd/
DChangeLog461 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

12