Searched refs:no_cck (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Doffchannel.h22 int no_cck);
H A Doffchannel.c250 * @no_cck: Whether CCK rates are to be disallowed for TX rate selection
268 int no_cck)
299 wpa_s->pending_action_no_cck = no_cck;
259 offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, void (*tx_cb)(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result), int no_cck) argument
H A Ddriver_i.h389 int no_cck)
394 data, data_len, no_cck);
383 wpa_drv_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
H A Dctrl_iface.c8538 int freq = 0, no_cck = 0, wait_time = 0; local
8540 /* <DA> <BSSID> [freq=<MHz>] [wait_time=<ms>] [no_cck=1]
8563 param = os_strstr(pos, " no_cck=");
8566 no_cck = atoi(param);
8596 wpas_ctrl_iface_mgmt_tx_cb, no_cck);
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_scan.c192 iwm_scan_rate_n_flags(struct iwm_softc *sc, int flags, int no_cck) argument
207 if ((flags & IEEE80211_CHAN_2GHZ) && !no_cck)
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h3169 @ @no_cck: Whether CCK rates must not be used to transmit this frame
3190 const u8 *data, size_t data_len, int no_cck);
H A Ddriver_atheros.c2079 const u8 *data, size_t data_len, int no_cck)
2075 atheros_send_action(void *priv, unsigned int freq, unsigned int wait, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument

Completed in 210 milliseconds