Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h357 int get_oh_max_noss_capa(struct ieee802_11_elems *elements, int parse_rx);
Dieee802_11_common.c2829 int get_oh_max_noss_capa(struct ieee802_11_elems *elements, int parse_rx) in get_oh_max_noss_capa() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Devents.c3103 int max_noss_rx_request = get_oh_max_noss_capa(&req_elems, 1); in wpa_supplicant_event_associnfo()
3104 int max_noss_rx_response = get_oh_max_noss_capa(&resp_elems, 1); in wpa_supplicant_event_associnfo()
3107 int max_noss_tx_request = get_oh_max_noss_capa(&req_elems, 0); in wpa_supplicant_event_associnfo()
3108 int max_noss_tx_response = get_oh_max_noss_capa(&resp_elems, 0); in wpa_supplicant_event_associnfo()