Home | History | Annotate | Download | only in p2p

Lines Matching full:freq

76 	 * freq - Frequency of the group operational channel in MHz
78 int freq;
433 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
446 * plus one extra channel specified by freq.
458 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
487 * @freq: Frequency in MHz for the channel on which to transmit
502 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
519 * @freq: Frequency of the listen channel in MHz
536 int (*start_listen)(void *ctx, unsigned int freq,
633 * @freq: Frequency (in MHz) of the channel
648 void (*sd_request)(void *ctx, int freq, const u8 *sa, u8 dialog_token,
788 * @freq: Frequency (in MHz) indicated during invitation or 0
800 const u8 *addr, int freq, int peer_oper_freq);
958 * p2p_stop_find_for_freq - Stop P2P Find for next oper on specific freq
960 * @freq: Frequency in MHz for next operation
965 void p2p_stop_find_for_freq(struct p2p_data *p2p, int freq);
1101 * @freq: Frequency from p2p_config::sd_request() callback
1109 void p2p_sd_response(struct p2p_data *p2p, int freq, const u8 *dst,
1156 * @freq: Group operating frequence (in MHz)
1167 const u8 *own_interface_addr, unsigned int freq,
1174 * @freq: Group operating frequence (in MHz)
1274 * @freq: Frequency (in MHz) on which the frame was received
1278 const u8 *data, size_t len, int freq);
1284 * @freq: Frequency of the channel on which the device was found in MHz
1306 int p2p_scan_res_handler(struct p2p_data *p2p, const u8 *bssid, int freq,
1331 * @freq: Channel frequency in MHz
1340 void p2p_send_action_cb(struct p2p_data *p2p, unsigned int freq, const u8 *dst,
1347 * @freq: Listen channel frequency in MHz
1353 void p2p_listen_cb(struct p2p_data *p2p, unsigned int freq,
1359 * @freq: Listen channel frequency in MHz
1365 int p2p_listen_end(struct p2p_data *p2p, unsigned int freq);
1414 * freq - Operating channel of the group
1416 int freq;
1725 unsigned int freq);
1730 * @freq: Channel frequency in MHz
1733 int p2p_supported_freq(struct p2p_data *p2p, unsigned int freq);
1738 * @freq: Channel frequency in MHz
1741 int p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq);
1746 * @freq: Channel frequency in MHz
1749 int p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq);
1777 * @freq: Frequency (MHz) of the preferred channel or 0 if no preference
1783 void p2p_set_own_freq_preference(struct p2p_data *p2p, int freq);