HomeSort by relevance Sort by last modified time
    Searched defs:Apple80211Ref (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.h 10 typedef struct Apple80211 *Apple80211Ref;
12 int Apple80211Open(Apple80211Ref *ctx);
13 int Apple80211Close(Apple80211Ref ctx);
14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
15 int Apple80211BindToInterface(Apple80211Ref handle,
17 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
19 int Apple80211GetInfoCopy(Apple80211Ref handle,
21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list
    [all...]
  /external/wpa_supplicant_8/src/drivers/
MobileApple80211.h 10 typedef struct Apple80211 *Apple80211Ref;
12 int Apple80211Open(Apple80211Ref *ctx);
13 int Apple80211Close(Apple80211Ref ctx);
14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
15 int Apple80211BindToInterface(Apple80211Ref handle,
17 int Apple80211GetInterfaceNameCopy(Apple80211Ref handle,
19 int Apple80211GetInfoCopy(Apple80211Ref handle,
21 int Apple80211GetPower(Apple80211Ref handle, char *pwr);
22 int Apple80211SetPower(Apple80211Ref handle, char pwr);
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list
    [all...]

Completed in 249 milliseconds