Searched refs:multi (Results 1 – 17 of 17) sorted by relevance
/hostap-latest/tests/ |
D | README | 94 mkdir multi-examples 95 cp multi.dat multi-examples 96 afl-fuzz -i multi-examples -o multi-findings -- $PWD/ap-mgmt-fuzzer -m @@
|
/hostap-latest/wpa_supplicant/systemd/ |
D | wpa_supplicant.service.in | 13 WantedBy=multi-user.target
|
D | wpa_supplicant.service.arg.in | 15 WantedBy=multi-user.target
|
D | wpa_supplicant-nl80211.service.arg.in | 15 WantedBy=multi-user.target
|
D | wpa_supplicant-wired.service.arg.in | 15 WantedBy=multi-user.target
|
/hostap-latest/src/drivers/ |
D | driver_wired_common.h | 19 int membership, multi, iff_allmulti, iff_up; member
|
D | driver_wired_common.c | 251 common->multi = 1; in driver_wired_init_common() 297 if (common->multi && in driver_wired_deinit_common()
|
D | driver_ndis.c | 2364 TCHAR multi[100]; in wpa_driver_ndis_rebind_adapter() local 2380 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR)); in wpa_driver_ndis_rebind_adapter() 2381 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR)); in wpa_driver_ndis_rebind_adapter() 2385 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL)) in wpa_driver_ndis_rebind_adapter() 2390 (u8 *) multi, len * sizeof(TCHAR)); in wpa_driver_ndis_rebind_adapter()
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | as2.conf | 15 ocsp_stapling_response_multi=auth_serv/ocsp-multi-server-cache.der
|
D | as.conf | 15 ocsp_stapling_response_multi=auth_serv/ocsp-multi-server-cache.der
|
D | update.sh | 158 (echo -n 000; echo "obase=16;$SIZ" | bc) | xxd -r -ps > ocsp-multi-server-cache.der 159 cat ocsp-server-cache.der >> ocsp-multi-server-cache.der
|
/hostap-latest/tests/hwsim/ |
D | README | 151 # run normal test cases with multi channel support (see details below) 179 operation on multi channels in order to run. These tests will be skipped 180 in case the driver does not support multi channels. To enable support 181 for multi channel, the number of supported channel is passed as an
|
/hostap-latest/src/ap/ |
D | hostapd.c | 979 int *multi) in hostapd_das_find_sta() argument 986 *multi = 0; in hostapd_das_find_sta() 1144 *multi = 1; in hostapd_das_find_sta() 1169 int multi; in hostapd_das_disconnect() local 1174 sta = hostapd_das_find_sta(hapd, attr, &multi); in hostapd_das_disconnect() 1176 if (multi) { in hostapd_das_disconnect() 1208 int multi; in hostapd_das_coa() local 1213 sta = hostapd_das_find_sta(hapd, attr, &multi); in hostapd_das_coa() 1215 if (multi) { in hostapd_das_coa()
|
/hostap-latest/hostapd/ |
D | README-MULTI-AP | 159 [3] https://www.wi-fi.org/file/multi-ap-specification-v10
|
D | ChangeLog | 372 * fixed DFS and channel switch operation for multi-BSS cases 723 * cleaned up driver wrapper API for multi-BSS operations 724 * nl80211: fix multi-BSS and VLAN operations
|
/hostap-latest/wpa_supplicant/ |
D | README-HS20 | 318 # sim_num: Identifier for which SIM to use in multi-SIM devices
|
D | ChangeLog | 568 * improved P2P operating channel selection for various multi-channel 866 - reject operations that would require multi-channel concurrency if 876 multi-channel concurrency
|