Searched defs:client_freq (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c5223 int client_freq,
5252 } else if (client_freq > 0) {
5254 if (p2p_freq_to_channel(client_freq, &op_class, &channel) < 0) {
5257 client_freq);
5270 } else if (client_freq > 0 &&
5285 int client_freq,
5289 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
5295 int client_freq,
5299 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
5222 p2p_build_nfc_handover(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
5284 p2p_build_nfc_handover_req(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
5294 p2p_build_nfc_handover_sel(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c5223 int client_freq,
5252 } else if (client_freq > 0) {
5254 if (p2p_freq_to_channel(client_freq, &op_class, &channel) < 0) {
5257 client_freq);
5270 } else if (client_freq > 0 &&
5285 int client_freq,
5289 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
5295 int client_freq,
5299 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
5222 p2p_build_nfc_handover(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
5284 p2p_build_nfc_handover_req(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
5294 p2p_build_nfc_handover_sel(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c5223 int client_freq,
5252 } else if (client_freq > 0) {
5254 if (p2p_freq_to_channel(client_freq, &op_class, &channel) < 0) {
5257 client_freq);
5270 } else if (client_freq > 0 &&
5285 int client_freq,
5289 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
5295 int client_freq,
5299 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
5222 p2p_build_nfc_handover(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
5284 p2p_build_nfc_handover_req(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
5294 p2p_build_nfc_handover_sel(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument

Completed in 1026 milliseconds