Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/api/
HDmac-cfg.h217 u8 cs_count; member
/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx.c6389 u_int cs_count; in ahc_loadseq() local
6401 cs_count = 0; in ahc_loadseq()
6454 if (begin_set[cs_count] == TRUE in ahc_loadseq()
6455 && end_set[cs_count] == FALSE) { in ahc_loadseq()
6456 cs_table[cs_count].end = downloaded; in ahc_loadseq()
6457 end_set[cs_count] = TRUE; in ahc_loadseq()
6458 cs_count++; in ahc_loadseq()
6463 && begin_set[cs_count] == FALSE) { in ahc_loadseq()
6464 cs_table[cs_count].begin = downloaded; in ahc_loadseq()
6465 begin_set[cs_count] = TRUE; in ahc_loadseq()
[all …]
HDaic79xx.c8562 u_int cs_count; in ahd_loadseq() local
8585 cs_count = 0; in ahd_loadseq()
8678 if (begin_set[cs_count] == TRUE in ahd_loadseq()
8679 && end_set[cs_count] == FALSE) { in ahd_loadseq()
8680 cs_table[cs_count].end = downloaded; in ahd_loadseq()
8681 end_set[cs_count] = TRUE; in ahd_loadseq()
8682 cs_count++; in ahd_loadseq()
8687 && begin_set[cs_count] == FALSE) { in ahd_loadseq()
8688 cs_table[cs_count].begin = downloaded; in ahd_loadseq()
8689 begin_set[cs_count] = TRUE; in ahd_loadseq()
[all …]
/freebsd-14-stable/contrib/wpa/src/ap/
HDhostapd.h309 u8 cs_count; member
HDdfs.c988 csa_settings.cs_count = 5; in hostapd_dfs_request_channel_switch()
HDbeacon.c420 *eid++ = hapd->cs_count; in hostapd_eid_csa()
436 *eid++ = hapd->cs_count; in hostapd_eid_ecsa()
HDhostapd.c4419 hapd->cs_count = settings->cs_count; in hostapd_fill_csa_settings()
4450 hapd->cs_count = 0; in hostapd_cleanup_cs_params()
HDctrl_iface_ap.c1103 settings->cs_count = strtol(pos, &end, 10); in hostapd_parse_csa_settings()
/freebsd-14-stable/contrib/wpa/src/drivers/
HDdriver.h2738 u8 cs_count; member
HDdriver_nl80211.c11217 settings->cs_count, settings->block_tx, in nl80211_switch_channel()
11280 settings->cs_count)) in nl80211_switch_channel()
11287 settings->cs_count))) in nl80211_switch_channel()
11293 settings->cs_count) || in nl80211_switch_channel()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDmac80211.c5587 .cs_count = chsw->count, in iwl_mvm_schedule_client_csa()
5793 .cs_count = chsw->count, in iwl_mvm_channel_switch_rx_beacon()
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDp2p_supplicant.c9801 csa_settings.cs_count = P2P_GO_CSA_COUNT; in wpas_p2p_move_go_csa()