Home | History | Annotate | Download | only in p2p

Lines Matching full:freq

94 	 * freq - Frequency of the group operational channel in MHz
96 int freq;
598 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
610 * request a scan of a single channel specified by freq.
612 * plus one extra channel specified by freq.
624 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
632 * @freq: Forced frequency (in MHz) to use or 0.
651 unsigned int freq);
656 * @freq: Frequency in MHz for the channel on which to transmit
671 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
688 * @freq: Frequency of the listen channel in MHz
705 int (*start_listen)(void *ctx, unsigned int freq,
804 * @freq: Frequency (in MHz) of the channel
819 void (*sd_request)(void *ctx, int freq, const u8 *sa, u8 dialog_token,
964 * @freq: Frequency (in MHz) indicated during invitation or 0
976 const u8 *addr, int freq, int peer_oper_freq);
1041 * @freq: Variable for returning the current operating frequency of a
1051 unsigned int *freq);
1077 unsigned int freq, const u8 *group_ssid,
1228 * @freq: Requested first scan frequency (in MHz) to modify type ==
1238 u8 seek_count, const char **seek_string, int freq);
1254 * p2p_stop_find_for_freq - Stop P2P Find for next oper on specific freq
1256 * @freq: Frequency in MHz for next operation
1261 void p2p_stop_find_for_freq(struct p2p_data *p2p, int freq);
1399 * @freq: Frequency from p2p_config::sd_request() callback
1407 void p2p_sd_response(struct p2p_data *p2p, int freq, const u8 *dst,
1454 * @freq: Group operating frequence (in MHz)
1465 const u8 *own_interface_addr, unsigned int freq,
1472 * @freq: Group operating frequence (in MHz)
1574 * @freq: Frequency (in MHz) on which the frame was received
1578 const u8 *data, size_t len, int freq);
1584 * @freq: Frequency of the channel on which the device was found in MHz
1606 int p2p_scan_res_handler(struct p2p_data *p2p, const u8 *bssid, int freq,
1631 * @freq: Channel frequency in MHz
1640 void p2p_send_action_cb(struct p2p_data *p2p, unsigned int freq, const u8 *dst,
1647 * @freq: Listen channel frequency in MHz
1653 void p2p_listen_cb(struct p2p_data *p2p, unsigned int freq,
1659 * @freq: Listen channel frequency in MHz
1665 int p2p_listen_end(struct p2p_data *p2p, unsigned int freq);
1714 * freq - Operating channel of the group
1716 int freq;
2047 unsigned int freq);
2055 * @freq: Channel frequency in MHz
2058 int p2p_supported_freq(struct p2p_data *p2p, unsigned int freq);
2063 * @freq: Channel frequency in MHz
2066 int p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq);
2071 * @freq: Channel frequency in MHz
2074 int p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq);
2102 * @freq: Frequency (MHz) of the preferred channel or 0 if no preference
2108 void p2p_set_own_freq_preference(struct p2p_data *p2p, int freq);