Searched refs:requested (Results 1 – 15 of 15) sorted by relevance
| /hostap-latest/src/utils/ |
| D | eloop_win.c | 361 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local 368 requested.sec = req_secs; in eloop_deplete_timeout() 369 requested.usec = req_usecs; in eloop_deplete_timeout() 372 if (os_reltime_before(&requested, &remaining)) { in eloop_deplete_timeout() 375 eloop_register_timeout(requested.sec, in eloop_deplete_timeout() 376 requested.usec, in eloop_deplete_timeout() 393 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local 400 requested.sec = req_secs; in eloop_replenish_timeout() 401 requested.usec = req_usecs; in eloop_replenish_timeout() 404 if (os_reltime_before(&remaining, &requested)) { in eloop_replenish_timeout() [all …]
|
| D | eloop.c | 906 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local 913 requested.sec = req_secs; in eloop_deplete_timeout() 914 requested.usec = req_usecs; in eloop_deplete_timeout() 917 if (os_reltime_before(&requested, &remaining)) { in eloop_deplete_timeout() 920 eloop_register_timeout(requested.sec, in eloop_deplete_timeout() 921 requested.usec, in eloop_deplete_timeout() 938 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local 945 requested.sec = req_secs; in eloop_replenish_timeout() 946 requested.usec = req_usecs; in eloop_replenish_timeout() 949 if (os_reltime_before(&remaining, &requested)) { in eloop_replenish_timeout() [all …]
|
| /hostap-latest/src/eap_server/ |
| D | eap_server_peap.c | 789 const char *requested; in eap_peap_process_phase2_tlv() local 800 requested = data->tlv_request == TLV_REQ_SUCCESS ? "Success" : in eap_peap_process_phase2_tlv() 805 "- requested %s", requested); in eap_peap_process_phase2_tlv() 815 "- requested %s", requested); in eap_peap_process_phase2_tlv()
|
| /hostap-latest/src/common/ |
| D | ieee802_11_common.c | 3206 struct ieee80211_edmg_config requested) in ieee802_edmg_is_allowed() argument 3221 if (((requested.channels & allowed.channels) != requested.channels) || in ieee802_edmg_is_allowed() 3222 ((requested.bw_config % 4) > (allowed.bw_config % 4)) || in ieee802_edmg_is_allowed() 3223 requested.bw_config > allowed.bw_config) in ieee802_edmg_is_allowed()
|
| D | ieee802_11_common.h | 375 struct ieee80211_edmg_config requested);
|
| /hostap-latest/wpa_supplicant/ |
| D | README-HS20 | 32 network blocks (e.g., per-SSID parameters). When requested to perform 43 unless requested explicitly with the interworking_select command. This 596 ANQP queries can also be requested with the anqp_get and hs20_anqp_get
|
| D | README-WPS | 366 requested (WPS-CR = Wi-Fi handover as specified in WSC 2.0). 373 requested (WPS = Wi-Fi handover as specified in WSC 2.0). If the options
|
| D | README-P2P | 53 Actual Wi-Fi P2P operations are requested during runtime. These can be 112 Multiple service names may be requested, but if it exceeds internal
|
| D | README | 1098 of DSCP policies requested by the AP through a DSCP Policy Request frame 1106 clear_all - AP requested to clear all DSCP policies configured earlier
|
| D | ChangeLog | 1019 40 MHz channels to be requested on the 5 GHz band 1632 return password/key material; if these fields are requested, "*"
|
| /hostap-latest/doc/ |
| D | ctrl_iface.doxygen | 573 The following fields can be requested in this way from the user: 912 P2P_EVENT_GO_NEG_REQUEST: A P2P device requested GO negotiation, but we 1046 requested with \ref ctrl_iface_P2P_INVITE. The parameter
|
| D | dbus.doxygen | 453 <dd>MAC address for the peer for which status is requested.</dd> 615 <p>Provide parameter requested by NetworkRequest().</p> 623 <dd>The requested information (e.g., password for EAP authentication).</dd> 1329 <p>Request for network parameter. NetworkResponse() is used to provide the requested parameter.</p> 1337 <dd>Human readable information about the requested information.</dd> 1617 A dictionary with parameters for the requested connection: 1640 A dictionary with parameters for the requested group:
|
| D | p2p.doxygen | 204 on the requested channel, notification of this is delivered by calling
|
| /hostap-latest/tests/hwsim/ |
| D | README | 206 run-tests.py can be requested to write results from the execution of
|
| /hostap-latest/hostapd/ |
| D | README-WPS | 344 argument selects which type of connection handover is requested (WPS =
|