Home
last modified time | relevance | path

Searched refs:curr_freq (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
HDdpp_hostapd.c53 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code()
55 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code()
78 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout()
80 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout()
188 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
191 hapd->dpp_auth->curr_freq, in hostapd_dpp_tx_status()
261 freq = auth->curr_freq; in hostapd_dpp_reply_wait_timeout()
363 auth->curr_freq = freq; in hostapd_dpp_auth_init_next()
601 MAC2STR(src), hapd->dpp_auth->curr_freq, in hostapd_dpp_rx_auth_req()
603 hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0, in hostapd_dpp_rx_auth_req()
[all …]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDdpp_supplicant.c77 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code()
79 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_qr_code()
103 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout()
105 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout()
235 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
238 wpa_s->dpp_auth->curr_freq, in wpas_dpp_tx_status()
301 freq = auth->curr_freq; in wpas_dpp_reply_wait_timeout()
398 auth->curr_freq = freq; in wpas_dpp_auth_init_next()
703 new_freq = wpa_s->dpp_auth->curr_freq; in wpas_dpp_cancel_remain_on_channel_cb()
787 wpa_s->dpp_listen_freq != wpa_s->dpp_auth->curr_freq) { in wpas_dpp_rx_auth_req()
[all …]
/freebsd-11-stable/sys/kern/
HDkern_cpu.c243 struct cf_saved_freq *saved_freq, *curr_freq; in cf_set_method() local
381 curr_freq = malloc(sizeof(*curr_freq), M_TEMP, M_NOWAIT); in cf_set_method()
382 if (curr_freq == NULL) { in cf_set_method()
386 curr_freq->level = sc->curr_level; in cf_set_method()
387 curr_freq->priority = sc->curr_priority; in cf_set_method()
388 SLIST_INSERT_HEAD(&sc->saved_freq, curr_freq, link); in cf_set_method()
/freebsd-11-stable/contrib/wpa/src/common/
HDdpp.h202 unsigned int curr_freq; member
HDdpp.c2096 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect()
2163 auth->curr_freq = auth->freq[0]; in dpp_prepare_channel_list()
3121 auth->curr_freq = freq; in dpp_auth_req_rx()
3159 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx()
3163 auth->curr_freq = neg_freq; in dpp_auth_req_rx()