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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c4588 int client_freq,
4617 } else if (client_freq > 0) {
4619 if (p2p_freq_to_channel(client_freq, &op_class, &channel) < 0) {
4622 client_freq);
4635 } else if (client_freq > 0 &&
4650 int client_freq,
4654 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
4660 int client_freq,
4664 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
4587 p2p_build_nfc_handover(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
4649 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
4659 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.c4588 int client_freq,
4617 } else if (client_freq > 0) {
4619 if (p2p_freq_to_channel(client_freq, &op_class, &channel) < 0) {
4622 client_freq);
4635 } else if (client_freq > 0 &&
4650 int client_freq,
4654 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
4660 int client_freq,
4664 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
4587 p2p_build_nfc_handover(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
4649 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
4659 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.c4588 int client_freq,
4617 } else if (client_freq > 0) {
4619 if (p2p_freq_to_channel(client_freq, &op_class, &channel) < 0) {
4622 client_freq);
4635 } else if (client_freq > 0 &&
4650 int client_freq,
4654 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
4660 int client_freq,
4664 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid,
4587 p2p_build_nfc_handover(struct p2p_data *p2p, int client_freq, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len) argument
4649 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
4659 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 100 milliseconds