Searched refs:client_freq (Results 1 – 2 of 2) sorted by relevance
/hostap-3.7.0/src/p2p/ |
D | p2p.h | 2333 int client_freq, 2337 int client_freq,
|
D | p2p.c | 5281 int client_freq, in p2p_build_nfc_handover() argument 5310 } else if (client_freq > 0) { in p2p_build_nfc_handover() 5312 if (p2p_freq_to_channel(client_freq, &op_class, &channel) < 0) { in p2p_build_nfc_handover() 5315 client_freq); in p2p_build_nfc_handover() 5328 } else if (client_freq > 0 && in p2p_build_nfc_handover() 5343 int client_freq, in p2p_build_nfc_handover_req() argument 5347 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid, in p2p_build_nfc_handover_req() 5353 int client_freq, in p2p_build_nfc_handover_sel() argument 5357 return p2p_build_nfc_handover(p2p, client_freq, go_dev_addr, ssid, in p2p_build_nfc_handover_sel()
|