Searched refs:forced_freq (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.h74 const struct wpabuf *data, int forced_freq);
H A Dp2p_supplicant.h162 const struct wpabuf *data, int forced_freq);
165 const struct wpabuf *sel, int forced_freq);
H A Dp2p_supplicant.c8711 int forced_freq)
8717 forced_freq, wpa_s->p2p_go_vht_center_freq2,
8725 int forced_freq)
8733 forced_freq, wpa_s->p2p_go_vht_center_freq2,
8751 int sel, int tag, int forced_freq)
8904 return wpas_p2p_nfc_init_go_neg(wpa_s, &params, forced_freq);
8907 return wpas_p2p_nfc_resp_go_neg(wpa_s, &params, forced_freq);
8915 const struct wpabuf *data, int forced_freq)
8920 return wpas_p2p_nfc_connection_handover(wpa_s, data, 1, 1, forced_freq);
8926 const struct wpabuf *sel, int forced_freq)
8709 wpas_p2p_nfc_init_go_neg(struct wpa_supplicant *wpa_s, struct p2p_nfc_params *params, int forced_freq) argument
8723 wpas_p2p_nfc_resp_go_neg(struct wpa_supplicant *wpa_s, struct p2p_nfc_params *params, int forced_freq) argument
8749 wpas_p2p_nfc_connection_handover(struct wpa_supplicant *wpa_s, const struct wpabuf *data, int sel, int tag, int forced_freq) argument
8914 wpas_p2p_nfc_tag_process(struct wpa_supplicant *wpa_s, const struct wpabuf *data, int forced_freq) argument
8924 wpas_p2p_nfc_report_handover(struct wpa_supplicant *wpa_s, int init, const struct wpabuf *req, const struct wpabuf *sel, int forced_freq) argument
[all...]
H A Dwps_supplicant.c2461 const struct wpabuf *data, int forced_freq)
2478 forced_freq);
2460 wpas_wps_nfc_tag_read(struct wpa_supplicant *wpa_s, const struct wpabuf *data, int forced_freq) argument
H A Dctrl_iface.c1410 int forced_freq = 0; local
1416 forced_freq = atoi(freq);
1432 ret = wpas_wps_nfc_tag_read(wpa_s, buf, forced_freq);
1625 int forced_freq = 0; local
1631 forced_freq = atoi(freq);
1716 forced_freq);
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_pd.c717 unsigned int forced_freq, pref_freq; local
737 &forced_freq,
743 p2p_prepare_channel(p2p, dev, forced_freq, pref_freq, 0);
833 tmp->force_freq = forced_freq;

Completed in 149 milliseconds