| /hostap-latest/wpa_supplicant/ |
| D | nan_usd.c | 164 unsigned int duration; member 187 unsigned int duration; in wpas_nan_usd_start_listen_cb() local 200 duration = lwork->duration; in wpas_nan_usd_start_listen_cb() 201 if (duration > wpa_s->max_remain_on_chan) in wpas_nan_usd_start_listen_cb() 202 duration = wpa_s->max_remain_on_chan; in wpas_nan_usd_start_listen_cb() 204 lwork->freq, duration); in wpas_nan_usd_start_listen_cb() 205 if (wpa_drv_remain_on_channel(wpa_s, lwork->freq, duration) < 0) { in wpas_nan_usd_start_listen_cb() 216 unsigned int duration) in wpas_nan_de_listen() argument 225 lwork->duration = duration; in wpas_nan_de_listen() 458 unsigned int freq, unsigned int duration) in wpas_nan_usd_remain_on_channel_cb() argument [all …]
|
| D | offchannel.c | 108 unsigned int duration = 200; in wpas_send_action_cb() local 120 duration, in wpas_send_action_cb() 121 duration + wpa_s->extra_roc_dur); in wpas_send_action_cb() 122 duration += wpa_s->extra_roc_dur; in wpas_send_action_cb() 127 duration) < 0) { in wpas_send_action_cb() 424 unsigned int freq, unsigned int duration) in offchannel_remain_on_channel_cb() argument
|
| D | rrm.c | 959 rep.duration = host_to_le16(data->scan_params.duration); in wpas_add_beacon_rep() 1033 u16 prev_duration = params->duration; in wpas_rrm_scan_timeout() 1039 params->duration) { in wpas_rrm_scan_timeout() 1042 params->duration = 0; in wpas_rrm_scan_timeout() 1048 params->duration = prev_duration; in wpas_rrm_scan_timeout() 1269 params->duration = le_to_host16(req->duration); in wpas_rm_handle_beacon_req() 1271 if (!params->duration) { in wpas_rm_handle_beacon_req()
|
| D | p2p_supplicant.h | 139 int duration); 204 unsigned int freq, unsigned int duration); 285 unsigned int duration) in wpas_p2p_remain_on_channel_cb() argument
|
| D | mesh_mpm.h | 23 int duration);
|
| D | offchannel.h | 25 unsigned int freq, unsigned int duration);
|
| D | mesh.h | 25 int duration);
|
| D | nan_usd.h | 40 unsigned int duration);
|
| D | dpp_supplicant.h | 24 unsigned int freq, unsigned int duration);
|
| D | README-P2P | 118 other devices). Optional parameter can be used to specify the duration 600 p2p_presence_req [<duration> <interval>] [<duration> <interval>] 603 acting as a P2P client). If no duration/interval pairs are given, the 605 presence. The first parameter pair gives the preferred duration and 619 larger than or equal to duration). If the P2P module is not idle at
|
| D | mesh.c | 895 int duration) in wpas_mesh_peer_add() argument 897 return mesh_mpm_connect_peer(wpa_s, addr, duration); in wpas_mesh_peer_add()
|
| /hostap-latest/src/ap/ |
| D | p2p_hostapd.c | 34 int duration) in hostapd_p2p_set_noa() argument 37 "duration=%d", count, start, duration); in hostapd_p2p_set_noa() 48 return hostapd_driver_set_noa(hapd, count, start, duration); in hostapd_p2p_set_noa() 53 hapd->noa_duration = duration; in hostapd_p2p_set_noa() 58 return hostapd_driver_set_noa(hapd, count, start, duration); in hostapd_p2p_set_noa()
|
| D | wmm.c | 215 unsigned int pps, duration; in wmm_process_tspec() local 251 duration = (le_to_host16(tspec->nominal_msdu_size) & 0x7fff) * 8 / in wmm_process_tspec() 264 medium_time = (u64) surplus * pps * duration / 0x2000; in wmm_process_tspec()
|
| D | p2p_hostapd.h | 17 int duration);
|
| D | nan_usd_ap.h | 41 unsigned int duration);
|
| D | nan_usd_ap.c | 38 unsigned int duration) in hostapd_nan_de_listen() argument
|
| /hostap-latest/tests/hwsim/ |
| D | test_cfg80211.py | 47 def nl80211_frame(dev, ifindex, frame, freq=None, duration=None, offchannel_tx_ok=False): argument 51 if duration is not None: 52 attrs += build_nl80211_attr_u32('DURATION', duration) 63 def nl80211_remain_on_channel(dev, ifindex, freq, duration): argument 66 attrs += build_nl80211_attr_u32('DURATION', duration) 77 res = nl80211_frame(go, ifindex, frame, freq=2422, duration=500,
|
| D | test_rrm.py | 777 …self.opclass, self.channel, self.start, self.duration, self.frame_info, self.rcpi, self.rsni = str… 808 …d={} parent_tsf={}".format(self.opclass, self.channel, self.start, self.duration, self.frame_info,… 818 def build_beacon_request(opclass=81, chan=0, rand_int=0, duration=0, mode=0, argument 820 req = struct.pack("<BBHHB", opclass, chan, rand_int, duration, mode) 1484 req = build_beacon_request(duration=100, mode=1) 1518 req = build_beacon_request(chan=1, duration=100, mode=1) 1575 req = build_beacon_request(chan=1, duration=100, mode=1) 1606 req = build_beacon_request(chan=255, duration=100, mode=1) 1637 req = build_beacon_request(opclass=118, chan=52, duration=100, mode=1) 1665 req = build_beacon_request(chan=255, duration=100) [all …]
|
| /hostap-latest/src/common/ |
| D | nan_de.h | 33 int (*listen)(void *ctx, unsigned int freq, unsigned int duration); 64 unsigned int duration);
|
| D | nan_de.c | 608 int duration = 1000; in nan_de_timer() local 612 duration = nan_de_time_to_next_chan_change(srv); in nan_de_timer() 613 if (duration < 150) in nan_de_timer() 614 duration = 150; in nan_de_timer() 618 if (de->cb.listen(de->cb.ctx, srv->freq, duration) == 0) in nan_de_timer() 651 unsigned int duration) in nan_de_listen_started() argument
|
| /hostap-latest/tests/hwsim/auth_serv/ |
| D | update.sh | 99 if [ ! -r server-long-duration.csr ]; then 100 … -batch -new -newkey rsa:4096 -nodes -keyout server-long-duration.key -out server-long-duration.cs… 102 …L ca -config $PWD/openssl.cnf.tmp -batch -in server-long-duration.csr -out server-long-duration.pe…
|
| /hostap-latest/tests/fuzzing/p2p/ |
| D | p2p.c | 30 unsigned int duration, in start_listen() argument
|
| /hostap-latest/src/drivers/ |
| D | driver_nl80211_android.c | 156 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) in wpa_driver_set_p2p_noa() argument
|
| D | driver_zephyr.h | 350 int (*remain_on_channel)(void *priv, unsigned int freq, unsigned int duration);
|
| D | driver.h | 627 u16 duration; member 4080 unsigned int duration); 4187 int (*set_noa)(void *priv, u8 count, int start, int duration); 6442 unsigned int duration; member
|