Home | History | Annotate | Download | only in hostapd

Lines Matching refs:aifs

849 	if (os_strcmp(pos, "aifs") == 0) {
850 queue->aifs = atoi(val);
851 if (queue->aifs < 0 || queue->aifs > 255) {
852 wpa_printf(MSG_ERROR, "Invalid AIFS value %d",
853 queue->aifs);