• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/wpa/src/p2p/

Lines Matching defs:freq

94 	 * freq - Frequency of the group operational channel in MHz
96 int freq;
603 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
615 * request a scan of a single channel specified by freq.
617 * plus one extra channel specified by freq.
629 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
637 * @freq: Forced frequency (in MHz) to use or 0.
656 unsigned int freq);
661 * @freq: Frequency in MHz for the channel on which to transmit
678 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
695 * @freq: Frequency of the listen channel in MHz
712 int (*start_listen)(void *ctx, unsigned int freq,
811 * @freq: Frequency (in MHz) of the channel
826 void (*sd_request)(void *ctx, int freq, const u8 *sa, u8 dialog_token,
971 * @freq: Frequency (in MHz) indicated during invitation or 0
983 const u8 *addr, int freq, int peer_oper_freq);
1048 * @freq: Variable for returning the current operating frequency of a
1058 unsigned int *freq);
1084 unsigned int freq, const u8 *group_ssid,
1235 * @freq: Requested first scan frequency (in MHz) to modify type ==
1245 u8 seek_count, const char **seek_string, int freq);
1261 * p2p_stop_find_for_freq - Stop P2P Find for next oper on specific freq
1263 * @freq: Frequency in MHz for next operation
1268 void p2p_stop_find_for_freq(struct p2p_data *p2p, int freq);
1406 * @freq: Frequency from p2p_config::sd_request() callback
1414 void p2p_sd_response(struct p2p_data *p2p, int freq, const u8 *dst,
1461 * @freq: Group operating frequence (in MHz)
1472 const u8 *own_interface_addr, unsigned int freq,
1479 * @freq: Group operating frequence (in MHz)
1582 * @freq: Frequency (in MHz) on which the frame was received
1586 const u8 *data, size_t len, int freq);
1592 * @freq: Frequency of the channel on which the device was found in MHz
1614 int p2p_scan_res_handler(struct p2p_data *p2p, const u8 *bssid, int freq,
1639 * @freq: Channel frequency in MHz
1648 void p2p_send_action_cb(struct p2p_data *p2p, unsigned int freq, const u8 *dst,
1655 * @freq: Listen channel frequency in MHz
1661 void p2p_listen_cb(struct p2p_data *p2p, unsigned int freq,
1667 * @freq: Listen channel frequency in MHz
1673 int p2p_listen_end(struct p2p_data *p2p, unsigned int freq);
1722 * freq - Operating channel of the group
1724 int freq;
2059 unsigned int freq);
2067 * @freq: Channel frequency in MHz
2070 int p2p_supported_freq(struct p2p_data *p2p, unsigned int freq);
2075 * @freq: Channel frequency in MHz
2078 int p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq);
2083 * @freq: Channel frequency in MHz
2086 int p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq);
2114 * @freq: Frequency (MHz) of the preferred channel or 0 if no preference
2120 void p2p_set_own_freq_preference(struct p2p_data *p2p, int freq);
2402 unsigned int freq);