Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c4605 MrvlIEtypes_rts_threshold_t rts_threshold_tlv; in wifi_set_uap_rts() local
4607 (void)memset(&rts_threshold_tlv, 0, sizeof(MrvlIEtypes_rts_threshold_t)); in wifi_set_uap_rts()
4608 rts_threshold_tlv.header.type = TLV_TYPE_UAP_RTS_THRESHOLD; in wifi_set_uap_rts()
4609 rts_threshold_tlv.header.len = (t_u16)sizeof(MrvlIEtypes_rts_threshold_t); in wifi_set_uap_rts()
4610 rts_threshold_tlv.rts_threshold = (t_u16)rts_threshold; in wifi_set_uap_rts()
4613 &rts_threshold_tlv, MLAN_BSS_TYPE_UAP, NULL); in wifi_set_uap_rts()