Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cpu.c243 struct cf_saved_freq *saved_freq, *curr_freq; in cf_set_method() local
394 curr_freq = malloc(sizeof(*curr_freq), M_TEMP, M_NOWAIT); in cf_set_method()
395 if (curr_freq == NULL) { in cf_set_method()
399 curr_freq->level = sc->curr_level; in cf_set_method()
400 curr_freq->priority = sc->curr_priority; in cf_set_method()
401 SLIST_INSERT_HEAD(&sc->saved_freq, curr_freq, link); in cf_set_method()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c90 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code()
92 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_qr_code()
205 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout()
207 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout()
425 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result()
427 offchannel_send_action(wpa_s, auth->curr_freq, in wpas_dpp_send_conn_status_result()
610 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
613 wpa_s->dpp_auth->curr_freq, in wpas_dpp_tx_status()
678 freq = auth->curr_freq; in wpas_dpp_reply_wait_timeout()
794 auth->curr_freq = freq; in wpas_dpp_auth_init_next()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c71 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code()
73 hostapd_drv_send_action(hapd, auth->curr_freq, 0, in hostapd_dpp_qr_code()
183 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout()
185 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout()
586 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
589 hapd->dpp_auth->curr_freq, in hostapd_dpp_tx_status()
659 freq = auth->curr_freq; in hostapd_dpp_reply_wait_timeout()
780 auth->curr_freq = freq; in hostapd_dpp_auth_init_next()
1131 MAC2STR(src), hapd->dpp_auth->curr_freq, in hostapd_dpp_rx_auth_req()
1133 hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0, in hostapd_dpp_rx_auth_req()
[all …]
/freebsd/contrib/wpa/src/common/
H A Ddpp_auth.c718 auth->curr_freq = freq; in dpp_auth_req_rx()
756 if (auth->curr_freq != (unsigned int) neg_freq) { in dpp_auth_req_rx()
760 auth->curr_freq = neg_freq; in dpp_auth_req_rx()
H A Ddpp.h317 unsigned int curr_freq; member
H A Ddpp.c599 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect()
657 auth->curr_freq = neg_freq; in dpp_prepare_channel_list()
675 auth->curr_freq = auth->freq[0]; in dpp_prepare_channel_list()