Home
last modified time | relevance | path

Searched refs:sta_nsts (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c3564 u32 nsts = 0, sta_nsts; in send_assoc_resp() local
3572 sta_nsts = (le_to_host32(capa->vht_capabilities_info) >> in send_assoc_resp()
3575 if (nsts < sta_nsts) in send_assoc_resp()
3578 nsts = sta_nsts; in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c5153 u32 nsts = 0, sta_nsts; in send_assoc_resp() local
5161 sta_nsts = (le_to_host32(capa->vht_capabilities_info) >> in send_assoc_resp()
5164 if (nsts < sta_nsts) in send_assoc_resp()
5167 nsts = sta_nsts; in send_assoc_resp()

Completed in 13 milliseconds