Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_ap.h107 #define MAX_AID_TABLE_SIZE 128 macro
206 struct sta_info *sta_aid[MAX_AID_TABLE_SIZE];
Dhostap_ap.c1613 for (sta->aid = 1; sta->aid <= MAX_AID_TABLE_SIZE; sta->aid++) in handle_assoc()
1616 if (sta->aid > MAX_AID_TABLE_SIZE) { in handle_assoc()
1891 if (aid == 0 || aid > MAX_AID_TABLE_SIZE) { in handle_pspoll()