Home
last modified time | relevance | path

Searched refs:beacon_lost_count (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/staging/wfx/
Dhif_tx.h48 int hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count);
Dhif_tx.c336 int hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count) in hif_set_bss_params() argument
346 body->beacon_lost_count = beacon_lost_count; in hif_set_bss_params()
Dhif_api_cmd.h324 u8 beacon_lost_count; member
/Linux-v5.10/drivers/staging/ks7010/
Dks_wlan.h37 u32 beacon_lost_count; member
Dks_hostif.h394 __le16 beacon_lost_count; member
Dks7010_sdio.c858 priv->reg.beacon_lost_count = 20; in ks7010_init_defaults()
Dks_hostif.c1380 pp->beacon_lost_count = in hostif_infrastructure_set_request()
1381 cpu_to_le16(priv->reg.beacon_lost_count); in hostif_infrastructure_set_request()
Dks_wlan_net.c1926 priv->reg.beacon_lost_count = *uwrq; in ks_wlan_set_beacon_lost()
1945 *uwrq = priv->reg.beacon_lost_count; in ks_wlan_get_beacon_lost()
/Linux-v5.10/drivers/net/wireless/st/cw1200/
Ddebug.c175 priv->bss_params.beacon_lost_count); in cw1200_status_show()
Dwsm.h994 u8 beacon_lost_count; member
Dwsm.c472 WSM_PUT8(buf, arg->beacon_lost_count); in wsm_set_bss_params()
Dsta.c1960 priv->bss_params.beacon_lost_count = priv->cqm_beacon_loss_count; in cw1200_bss_info_changed()