Searched refs:wl1251_cmd_configure (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 29 ret = wl1251_cmd_configure(wl, ACX_FW_GEN_FRAME_RATES, in wl1251_acx_frame_rates() 56 ret = wl1251_cmd_configure(wl, DOT11_STATION_ID, mac, sizeof(*mac)); in wl1251_acx_station_id() 75 ret = wl1251_cmd_configure(wl, DOT11_DEFAULT_KEY, in wl1251_acx_default_key() 104 ret = wl1251_cmd_configure(wl, ACX_WAKE_UP_CONDITIONS, in wl1251_acx_wake_up_conditions() 129 ret = wl1251_cmd_configure(wl, ACX_SLEEP_AUTH, auth, sizeof(*auth)); in wl1251_acx_sleep_auth() 183 ret = wl1251_cmd_configure(wl, DOT11_CUR_TX_PWR, acx, sizeof(*acx)); in wl1251_acx_tx_power() 209 ret = wl1251_cmd_configure(wl, ACX_FEATURE_CFG, in wl1251_acx_feature_cfg() 259 ret = wl1251_cmd_configure(wl, ACX_DATA_PATH_PARAMS, in wl1251_acx_data_path_params() 294 ret = wl1251_cmd_configure(wl, DOT11_RX_MSDU_LIFE_TIME, in wl1251_acx_rx_msdu_life_time() 320 ret = wl1251_cmd_configure(wl, ACX_RX_CFG, in wl1251_acx_rx_config() [all …]
|
D | cmd.h | 21 int wl1251_cmd_configure(struct wl1251 *wl, u16 id, void *buf, size_t len);
|
D | init.c | 276 ret = wl1251_cmd_configure(wl, ACX_TX_QUEUE_CFG, in wl1251_hw_init_tx_queue_config()
|
D | cmd.c | 148 int wl1251_cmd_configure(struct wl1251 *wl, u16 id, void *buf, size_t len) in wl1251_cmd_configure() function
|