Home | History | Annotate | Download | only in hostapd

Lines Matching refs:os_strstr

989 	if (os_strstr(capab, "[LDPC]"))
991 if (os_strstr(capab, "[HT40-]")) {
995 if (os_strstr(capab, "[HT40+]")) {
999 if (os_strstr(capab, "[SMPS-STATIC]")) {
1003 if (os_strstr(capab, "[SMPS-DYNAMIC]")) {
1007 if (os_strstr(capab, "[GF]"))
1009 if (os_strstr(capab, "[SHORT-GI-20]"))
1011 if (os_strstr(capab, "[SHORT-GI-40]"))
1013 if (os_strstr(capab, "[TX-STBC]"))
1015 if (os_strstr(capab, "[RX-STBC1]")) {
1019 if (os_strstr(capab, "[RX-STBC12]")) {
1023 if (os_strstr(capab, "[RX-STBC123]")) {
1027 if (os_strstr(capab, "[DELAYED-BA]"))
1029 if (os_strstr(capab, "[MAX-AMSDU-7935]"))
1031 if (os_strstr(capab, "[DSSS_CCK-40]"))
1033 if (os_strstr(capab, "[PSMP]"))
1035 if (os_strstr(capab, "[LSIG-TXOP-PROT]"))
1415 term = os_strstr(bss->eap_req_id_text, "\\0");