Searched refs:beacon_lost_count (Results 1 - 24 of 24) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | hif_tx.h | 48 int hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count);
|
H A D | hif_tx.c | 336 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()
|
H A D | hif_api_cmd.h | 324 u8 beacon_lost_count; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.h | 50 int wfx_hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count);
|
H A D | hif_tx.c | 314 int wfx_hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count) in wfx_hif_set_bss_params() argument 323 body->beacon_lost_count = beacon_lost_count; in wfx_hif_set_bss_params()
|
H A D | hif_api_cmd.h | 324 u8 beacon_lost_count; member
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_wlan.h | 37 u32 beacon_lost_count; member
|
H A D | ks_hostif.h | 394 __le16 beacon_lost_count; member
|
H A D | ks_hostif.c | 1380 pp->beacon_lost_count = in hostif_infrastructure_set_request() 1381 cpu_to_le16(priv->reg.beacon_lost_count); in hostif_infrastructure_set_request()
|
H A D | ks_wlan_net.c | 1930 priv->reg.beacon_lost_count = *uwrq; in ks_wlan_set_beacon_lost() 1949 *uwrq = priv->reg.beacon_lost_count; in ks_wlan_get_beacon_lost()
|
H A D | ks7010_sdio.c | 858 priv->reg.beacon_lost_count = 20; in ks7010_init_defaults()
|
/kernel/linux/linux-6.6/drivers/staging/ks7010/ |
H A D | ks_wlan.h | 37 u32 beacon_lost_count; member
|
H A D | ks_hostif.h | 394 __le16 beacon_lost_count; member
|
H A D | ks_hostif.c | 1371 pp->beacon_lost_count = in hostif_infrastructure_set_request() 1372 cpu_to_le16(priv->reg.beacon_lost_count); in hostif_infrastructure_set_request()
|
H A D | ks_wlan_net.c | 1932 priv->reg.beacon_lost_count = uwrq->mode; in ks_wlan_set_beacon_lost() 1951 uwrq->mode = priv->reg.beacon_lost_count; in ks_wlan_get_beacon_lost()
|
H A D | ks7010_sdio.c | 858 priv->reg.beacon_lost_count = 20; in ks7010_init_defaults()
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | debug.c | 175 priv->bss_params.beacon_lost_count); in cw1200_status_show()
|
H A D | wsm.h | 994 u8 beacon_lost_count; member
|
H A D | sta.c | 1960 priv->bss_params.beacon_lost_count = priv->cqm_beacon_loss_count; in cw1200_bss_info_changed()
|
H A D | wsm.c | 472 WSM_PUT8(buf, arg->beacon_lost_count); in wsm_set_bss_params()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | debug.c | 175 priv->bss_params.beacon_lost_count); in cw1200_status_show()
|
H A D | wsm.h | 989 u8 beacon_lost_count; member
|
H A D | sta.c | 1961 priv->bss_params.beacon_lost_count = priv->cqm_beacon_loss_count; in cw1200_bss_info_changed()
|
H A D | wsm.c | 472 WSM_PUT8(buf, arg->beacon_lost_count); in wsm_set_bss_params()
|
Completed in 41 milliseconds