HomeSort by relevance Sort by last modified time
    Searched refs:rx_freq (Results 1 - 14 of 14) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 162 const u8 *data, size_t len, int rx_freq)
168 " (freq=%d)", MAC2STR(sa), rx_freq);
175 p2p_send_dev_disc_resp(p2p, msg.dialog_token, sa, rx_freq,
183 p2p_send_dev_disc_resp(p2p, msg.dialog_token, sa, rx_freq,
191 rx_freq) == 0) {
201 p2p->pending_dev_disc_freq = rx_freq;
208 p2p_send_dev_disc_resp(p2p, msg.dialog_token, sa, rx_freq,
310 const u8 *data, size_t len, int rx_freq)
322 p2p->pending_client_disc_freq = rx_freq;
324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000
    [all...]
p2p_i.h 699 const u8 *data, size_t len, int rx_freq);
701 const u8 *data, size_t len, int rx_freq);
703 const u8 *data, size_t len, int rx_freq);
705 const u8 *data, size_t len, int rx_freq);
713 const u8 *data, size_t len, int rx_freq);
715 const u8 *data, size_t len, int rx_freq);
725 const u8 *data, size_t len, int rx_freq);
734 const u8 *data, size_t len, int rx_freq);
744 const u8 *data, size_t len, int rx_freq);
752 const u8 *data, size_t len, int rx_freq);
    [all...]
p2p_pd.c 146 const u8 *data, size_t len, int rx_freq)
159 MAC2STR(sa), msg.wps_config_methods, rx_freq);
166 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1,
224 if (rx_freq > 0)
225 freq = rx_freq;
p2p_sd.c 311 const u8 *data, size_t len, int rx_freq)
325 if (rx_freq > 0)
326 freq = rx_freq;
339 MAC2STR(sa), dialog_token, rx_freq);
456 const u8 *data, size_t len, int rx_freq)
540 p2p_send_gas_comeback_req(p2p, sa, dialog_token, rx_freq);
595 const u8 *data, size_t len, int rx_freq)
651 if (p2p_send_action(p2p, rx_freq, sa, p2p->cfg->dev_addr,
661 const u8 *data, size_t len, int rx_freq)
808 p2p_send_gas_comeback_req(p2p, sa, dialog_token, rx_freq);
    [all...]
p2p_invitation.c 166 const u8 *data, size_t len, int rx_freq)
183 MAC2STR(sa), rx_freq);
193 if (p2p_add_device(p2p, sa, rx_freq, NULL, 0, data + 1, len - 1,
354 if (rx_freq > 0)
355 freq = rx_freq;
p2p_go_neg.c 538 const u8 *data, size_t len, int rx_freq)
548 MAC2STR(sa), rx_freq);
786 p2p_stop_find_for_freq(p2p, rx_freq);
804 if (rx_freq > 0)
805 freq = rx_freq;
914 const u8 *data, size_t len, int rx_freq)
923 " (freq=%d)", MAC2STR(sa), rx_freq);
    [all...]
p2p.c 25 int rx_freq);
    [all...]
p2p_group.c 894 const u8 *searching_dev, int rx_freq)
921 freq = rx_freq;
p2p.h     [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 730 BOOLEAN btsnd_hcic_ble_receiver_test(UINT8 rx_freq)
746 UINT8_TO_STREAM (pp, rx_freq);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 634 ** Parameter rx_freq - Frequency Range
638 void BTM_BleReceiverTest(UINT8 rx_freq, tBTM_CMPL_CB *p_cmd_cmpl_cback)
642 if (btsnd_hcic_ble_receiver_test(rx_freq) == FALSE)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h     [all...]
hcimsgs.h     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 1831 int rx_freq = 0; local
    [all...]

Completed in 4978 milliseconds